# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

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

# Test and tooling caches
.pytest_cache/
.pytest_tmp/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Build artifacts
build/
dist/
*.egg-info/

# Local verification and scratch directories
.splitall_check/
.manasplice_history.json
verification_*/

# Generated example runtime data
data/report.json
data/users.json

# Editor and OS noise
.DS_Store
Thumbs.db
test_repo