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

# Virtual environments
.venv/
.venv-demo/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

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

# OS
.DS_Store
Thumbs.db

# FastAuthMCP
fastauthmcp.yaml
!fastauthmcp.yaml.example
!examples/zitadel/fastauthmcp.yaml

# Lab reports
reports/
