Files
ocdp/.gitignore

23 lines
145 B
Plaintext

# python
__pycache__/
*.py[cod]
# data
*.txt
*.csv
*.json
*.xlsx
*.yaml
*.yml
# env variable
.env
*.ini
#
!environment.yml
!spec-file.txt