# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
build/
dist/

# Tests / coverage
.pytest_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Type checkers
.mypy_cache/
.pyre/
.pyrefly/

# Docs
site/

# Editors
.DS_Store
.idea/
.vscode/

# Secrets / local config — never commit
.env
secrets.env
*.secret
