# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/

# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/

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

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Ruff
.ruff_cache/

# Node modules (for examples with frontend)
node_modules/
bun.lockb

# Vite / Frontend build outputs
examples/*/static/build/
examples/*/.vite/
dist/

# Playwright
playwright-report/
test-results/

# Build outputs
*.pyc

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

# OS files
Thumbs.db
-e 
# Documentation
docs/dist/
docs/.astro/
-e 
# Release management (only added in PRs)
RELEASE.md
