# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ ENV/ .venv/ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ # IDE .idea/ .vscode/ *.swp *.swo # Data data/*.db data/*.db-journal data/*.db-wal data/*.db-shm # Secrets .credentials .credentials.json *.pem *.key keys/ # Build dist/ build/ *.egg-info/ # OS .DS_Store Thumbs.db # Private .claude/ CLAUDE.md CRUSH.md PERSONAE .hypothesis/