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

# Virtual environment
.venv/
venv/

# Environment
.env

# Personal pre-commit patterns (contains hostnames, paths)
.githooks/patterns.local

# Biblibit databases
*.db
*.db-wal
*.db-shm

# IDE
.idea/
.vscode/
*.code-workspace
*.swp
*.swo

# Stress test artifacts
tests/stress_data/
tests/stress_report.md

# OS
.DS_Store
Thumbs.db
.cursor/
