# Git
.git
.gitignore
.github

# Documentation
*.md
!README.md
docs/

# Tests
tests/
*.test.ts
*.test.py
*.spec.ts
pytest.ini
.pytest_cache/
htmlcov/
.coverage

# Development files
.env
.env.local
.env.*.local
*.log

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

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

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

# JupyterHub
jupyterhub.sqlite
jupyterhub_cookie_secret
jupyterhub-proxy.pid

# Docker
docker/keys/
docker/scripts/*.log

# Temporary files
*.tmp
*.temp
.DS_Store
Thumbs.db