# Python
__pycache__/
*.py[cod]
*.so

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

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

# IDE
.idea/
.vscode/

# macOS
.DS_Store

# Environment files
.env
.env.*
!.env.example