# 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
MANIFEST
.env
.venv
env/
venv/
ENV/
*.whl

# Node/TypeScript
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.env.local
.env.*.local
dist/
coverage/
*.tsbuildinfo

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store
**/.DS_Store
*.sublime-workspace
*.sublime-project

# Jupyter Notebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*

# Testing
.coverage
htmlcov/
.pytest_cache/
coverage/
.nyc_output/

# Cloud credentials
.google-adc

# Logs
logs
*.log

# Python version
.python-version
