1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00
nk20/.gitignore
2020-01-27 20:49:02 +00:00

42 lines
447 B
Plaintext

# Byte-compiled / optimized / DLL files
dist
build
__pycache__
*.py[cod]
*$py.class
*.swp
*.egg-info
_build
.tox
.coverage
coverage
# Translations
*.mo
*.pot
# Jupyter Notebook
.ipynb_checkpoints
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# PyCharm project settings
.idea
# Local data
secrets.py
*.log
# Virtualenv
env/
venv/
db.sqlite3
# Ignore migrations during first phase dev
migrations/