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

# Cache
*.db
*.db-wal
*.db-shm

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

# Environment
.env
.env.*

# OS
.DS_Store
Thumbs.db

# Test artifacts
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Project
*.lock
