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

# Virtual environments
venv/
.venv/
env/
.env

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.cache/

# Type checking
.mypy_cache/
.ruff_cache/

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

# llove output
exports/
*.cast
out/
.bandit-report.json
.snapshot.tmp/

# Mock data caches
.demo-cache/
