# Byte-compiled / optimized / DLL files
__pycache__/
*.pyc
*.pyo
*.pyd

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Test / coverage
.pytest_cache/
coverage/
htmlcov/
.coverage
.coverage.*

# Environment
.env
.venv/
venv/

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

# OS
.DS_Store
Thumbs.db

# VS Code extension
vscode-extension/node_modules/
vscode-extension/out/
vscode-extension/*.vsix

# Documentation
site/
