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

# Packaging / build artifacts
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
venv/
.venv/
env/

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml

# Environment / secrets
.env
.env.*
.pypirc

# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
