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

# C extensions
*.so

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

# Virtual environments
venv/
env/
ENV/
!venv/src/

# IDE specific files
.idea/
.vscode/

# Compiled Python files
*.pyc

# Logs and temporary files
*.log
*.swp
*.swo
*.tmp
*.bak
*.cache
*.pyo
*.bak
*.tmp
*.log
*.pid
*.coverage
.coverage
htmlcov/
**.DS_Store

# Dependency directories
storage/
libs/
lib64/
parts/
sdist/
var/
wheels/

# Django stuff:
*.log
*.pot
*.pyc
*.pyo
*.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
celerybeat-schedule
db.sqlite3
db.sqlite3-journal
# If you use Docker:
docker-compose.override.yml

# Static Files
*.static/

# Variable
*.env