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

# CPython cache
__pycache__/

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

# Virtual environments
venv/
env/
ENV/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS generated files
.DS_Store
Thumbs.db

# Docker
docker-compose.override.yml
.dockerignore
*.docker

# Python
*.pyc
__pycache__/

# Local configuration
.env
.env.local
.env.*.local

# Cache directories
website/cache/
cache/

# Logs
*.log

# Temporary files
*~

# System files
.DS_Store
._*

venv/
bin/
share/
