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

# Testing
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Environment variables
.env
.env.*

# Office documents (requested)
*.docx
*.pptx

# Local demo files
examples/mock_tickets/audit.jsonl
examples/mock_tickets/tickets.json.bak

# IDEs
.vscode/
.idea/
.cursor/
