# See also
# https://github.com/github/gitignore/blob/master/Python.gitignore
# https://github.com/django/django/blob/master/.gitignore
# https://www.gitignore.io/api/django,python,intellij (bloated)

### VS Code ###
*.code-workspace
.vscode/

### Django ###
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
media

### Django secrets ###
**/secrets.py

### Intellij ###
.idea/
*.iml
*.ipr
*.iws
*.uml
out/

### macOS files ###
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

### Python ###
# Byte-compiled / optimized / DLL files
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# Environments
venv/
venv.bak/

# mkdocs documentation
/site

# mypy
.mypy_cache/

# Zip files
*.zip
