# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Build artifacts
*.whl
*.tar.gz

# npm
npm-wrapper/node_modules/
npm-wrapper/*.tgz

# Docusaurus
docs/node_modules/
docs/build/
docs/.docusaurus/

# Generated test output
/foobar/

tmp-e2e-tests/
tmp*/
var-folders*/
