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

# Virtual environments
.venv/
venv/

# Development tools
.idea/
.vscode/
*.egg-info/

# uv cache
.uv/

# Local output
dist/

# Git
.git/
.gitignore

# Docker itself
Dockerfile
docker-compose.yml
.dockerignore
