# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual environments
venv/
env/

# Build artifacts
build/
dist/
*.egg-info/

# Git
.git/
.gitignore

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

# OS junk
.DS_Store

# Logs
*.log

# Docker itself
Dockerfile
docker-compose.yml
