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

# Distribution / Packaging
dist/
build/
*.egg-info/

# Environments
.env
venv/
env/

# IDEs
.vscode/
.idea/

# Anchor runtime / local database
brain.db
anchor.db
*.db

# Anchor runtime directories (generated at runtime, not part of source)
.anchor/cache/
.anchor/keys/ed25519_private.pem
.anchor/logs/
.anchor/reports/
.anchor/telemetry/
.anchor/violations/

# Local reports, assessments, and scratch files (not part of the codebase)
reports/

# Rust build target
target/

# pytest
.pytest_cache/

