# Git
.git
.gitignore
.github

# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.venv
venv
ENV/
env/

# Node.js
node_modules
npm-debug.log
yarn-error.log
yarn.lock
package-lock.json

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

# OS
.DS_Store
Thumbs.db

# Tests
tests/
*.test.js
*.test.py

# Docs
*.md
!README.md
LICENSE

# Build artifacts
*.log
workspace/
