# Secrets — never commit
.env
.env.*
*.key
secrets.*

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.venv/
.venv-*/
venv/
ENV/

# Tests / tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors
.vscode/
.idea/
.DS_Store

# dsc runtime
.dsc/
*.dsc.log
