# Python
venv/
venv_build/
__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
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
.mypy_cache/

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

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

# Git
.git/
.gitignore

# Environment
.env
.env.local
.env.*.local
*.env

# OS
.DS_Store
Thumbs.db

# Docker
Dockerfile*
docker-compose*.yml
.dockerignore

# Docs (for services that don't need them)
docs/
*.md

# Tests
tests/
test/

# Build artifacts
*.log
tmp/
temp/

# Local recovery, publishing and node state must never enter a build context.
archive/
.neuroshard/
website/
docs-site/
legacy/
*.tex
*.pdf
