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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Distribution
*.whl
*.tar.gz

# DB files — never commit the memory store
*.db
*.db-wal
*.db-shm

# Snapshots — user data, not source
snapshots/

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp

# Env
.env
.env.local
