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

# Virtual environments
.venv/
venv/
env/
ENV/

# Node.js
node_modules/
npm-debug.log*

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Environment & secrets
.env
.env.*
.env.local
*.key
*.pem
*credential*
*secret*.json
*service-account*.json

# OS
.DS_Store
Thumbs.db
desktop.ini

# Distribution
*.tar.gz
*.whl
