# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
dist/
build/

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Environments
.venv/
venv/
env/

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# KAT vectors are user-supplied; do not commit unless you have rights to.
# tests/xwing_kat.json
