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

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.dmypy.json

# Linting
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Claude Code — local session data, never push
.claude/

# OS
.DS_Store
Thumbs.db

# Internal docs — local only, never pushed
*.md
!README.md

# ARIA — never commit these
*.db          # local SQLite audit databases
*.sqlite
.env
.env.*
secrets/

# BSV keys — absolute never
*.wif
bsv_key*
private_key*
