# Virtual environments
.venv/
venv/
env/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

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

# OS
.DS_Store
Thumbs.db

# pytest
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Logs
*.log
server.log

# Node / Next.js (website is built inside Docker)
web/node_modules/
web/out/
web/.next/

# Registration Tokens
.mcpregistry_github_token
.mcpregistry_registry_token
