# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Package artifacts
*.tgz
*.whl
*.tar.gz

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

# Local credentials/config
.env
.env.*
.npmrc
.pypirc

# Tool caches
.mypy_cache/
.ruff_cache/

# Temp files
tmp/
temp/
*.tmp

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

# OS
.DS_Store
Thumbs.db
Desktop.ini

# Test
.pytest_cache/
.coverage
htmlcov/
coverage.xml
