Ignore more things

This commit is contained in:
Alexandre Iooss 2019-07-08 12:44:26 +02:00
parent e325bac823
commit e55ec8a24a
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 34 additions and 15 deletions

49
.gitignore vendored
View File

@ -1,19 +1,38 @@
.DS_Store
.idea
*.log
tmp/
*.py[cod]
*.egg
# Byte-compiled / optimized / DLL files
dist
build
htmlcov
**/auto/
### Django ###
*.log
*.pot
*.pyc
__pycache__/
settings_local.py
__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
settings_local.py
*.log
# Virtualenv
env/
venv/
db.sqlite3