# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Local state / secrets – never commit
.env
*.sqlite
*.sqlite-*
*.db
.aim/
identity.key
# OS / editor
*.stackdump
.DS_Store
Thumbs.db
.idea/
.vscode/
