# Git
.git
.gitignore

# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
.pytest_cache
.coverage

# Virtual environments
.venv
venv/
ENV/

# IDE
.vscode
.idea

# OS
.DS_Store
Thumbs.db

# Documentation
docs/

# Tests (optional - uncomment if you don't want tests in container)
# tests/

# Docker
Dockerfile
.dockerignore
docker-compose.yml