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

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Runtime data
*.db
*.db-journal
*.db-wal
*.db-shm
*.log

# OS
.DS_Store
Thumbs.db
ship.md

# Secrets
.env
*.pem
*.key

# Runtime config (contains passwords)
config/sentri.yaml

# Runtime investigation logs
investigations/

# Oracle docs web cache
docs/oracle/.cache/

# Learning engine backups
.backup/

# Claude Code local data
.claude/
CLAUDE.md
claude copy.md

# Ad-hoc scripts (not part of the package)
add_missing_col.py
check_schema.py
create_test_workflow.py
sentri_db_helper.py
test_env_load.py
test_sentri_db.py
send_test_email.py
nul
