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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
coverage.xml

# Django stuff
*.log
db.sqlite3

# Environments
.env
.venv
env/
venv/

# IDE
.idea/
.vscode/

# pyenv
.python-version

# temp files
.temp/
