# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
*.egg-info/
*.egg
build/
dist/
wheels/
pip-wheel-metadata/
.installed.cfg

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

# Tool caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

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

# Local Trail state (signing keys, session JSONL)
.trail/

# hatch-vcs generated version file
trail/_version.py
