Skip to content
Snippets Groups Projects
.gitignore 447 B
Newer Older
me5na7qbjqbrp's avatar
me5na7qbjqbrp committed
# Byte-compiled / optimized / DLL files
dist
Pierre-antoine Comby's avatar
Pierre-antoine Comby committed
build
me5na7qbjqbrp's avatar
me5na7qbjqbrp committed
__pycache__
*.py[cod]
*$py.class
*.swp
*.egg-info
_build
.tox
.coverage
coverage

# Translations
*.mo
Pierre-antoine Comby's avatar
Pierre-antoine Comby committed
*.pot
me5na7qbjqbrp's avatar
me5na7qbjqbrp committed

# Jupyter Notebook
.ipynb_checkpoints

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# PyCharm project settings
.idea

# Local data
me5na7qbjqbrp's avatar
me5na7qbjqbrp committed
*.log
me5na7qbjqbrp's avatar
me5na7qbjqbrp committed
# Virtualenv
Pierre-antoine Comby's avatar
Pierre-antoine Comby committed
env/
me5na7qbjqbrp's avatar
me5na7qbjqbrp committed
venv/
Pierre-antoine Comby's avatar
Pierre-antoine Comby committed
db.sqlite3

# Ignore migrations during first phase dev
migrations/