# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/

# Test / coverage reports
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Ruff / mypy caches
.ruff_cache/
.mypy_cache/

# Local config / secrets
.env
*.pem
config.json
*.key

# OS
.DS_Store
