# Node
node_modules/
dist/
*.tgz
.npm/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
*.egg-info/
build/
*.whl
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Environment files (NEVER commit secrets)
.env
.env.local
.env.*.local

# Coverage
.coverage
htmlcov/
coverage/

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
