# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/
ENV/

# Test and coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checking and tooling
.mypy_cache/
.ruff_cache/
.pyre/

# Reviewpack output
.reviewpack/

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

# IDE and editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Logs
*.log
