# Build artefacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.pyd

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Audit output (generated at runtime)
*.jsonl

# Editor
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
