# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/

# Build
dist/
build/
*.egg-info/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Test artifacts
*.db
.pytest_cache/

# Environment
.env
.env.local
