# macOS
.DS_Store

# Windows
Thumbs.db
Desktop.ini
ehthumbs.db

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

# Build / output
dist/
build/
coverage/
.cache/
.tmp/
*.map

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
venv/
env/
.venv/
ENV/
pip-wheel-metadata/
*.egg-info/

# Environment / secrets
.env
.env.*.local
secrets.*
*.key

# Logs and runtime files
logs/
*.log
*.sqlite3
*.pid
*.seed
*.pid.lock

# IDEs and editors
.vscode/
.idea/
*.sublime-*
*.swp

# Misc
.DS_Store
Thumbs.db

# My custom ignores
*.bak
teststuff.py