# Build artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
dist/
build/
*.egg-info/

# Environments
.venv/
venv/
.env*

# Version control
.git/

# Logs and coverage
*.log*
logs/
coverage/

# Dependency caches
pip-wheel-metadata/

# Docker files
Dockerfile*
.dockerignore
