# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/

# Virtual environments
.venv/

# Database files
*.db
*.db-journal

# Environment files
.env
.env.local
.env.*.local

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

# OS
.DS_Store
Thumbs.db

# Python
.python-version

# Project-specific
notes_development/
.vibe/

# Logs and temporary files
*.log
*.tmp

# Test coverage
.htmlcov/
.coverage

# Local configuration
