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

# Virtual environments
.venv/
venv/
ENV/
.python-version

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Linting / type checking
.ruff_cache/
.mypy_cache/

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

# OS
.DS_Store
Thumbs.db

# CSC runtime output (root-level only, not test fixtures)
/out/
/receipts/
