# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
ENV/
env/

# Testing
.tox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Git
.git/
.gitignore

# Docker
Dockerfile
.dockerignore
docker-compose.yml

# Environment files (security)
.env
.env.*
!example.env

# Build artifacts
*.spec
dist/
build/
