node_modules/
dist/

# Local environment / secrets
.env
.env.*
!.env.example
.env.local
*.enc

# IDE and editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Build artifacts / optional cache
.cache/
*.log

# Python virtual environment
venv/
.venv/
__pycache__/
*.egg-info/
.pytest_cache/
