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

# Packaging / build artifacts
build/
dist/
*.egg-info/
.eggs/
*.egg
wheels/
pip-wheel-metadata/

# Test / coverage / type-check caches
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml
.mypy_cache/
.ruff_cache/
.hypothesis/

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

# fakellm-assert local snapshot store (frozen verdicts live in the repos
# that USE this CLI, not in this one — never commit a stray test store here)
.fakellm/

# Environment / secrets
.env
.env.*

# Editors / IDEs
.idea/
.vscode/
*.swp

# OS cruft
.DS_Store
Thumbs.db
