# ─── Python ──────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.so

# ─── Distribution / Packaging ────────────────────────────────────────
dist/
build/
*.egg-info/
*.egg
*.whl
MANIFEST

# ─── Virtual Environments ────────────────────────────────────────────
venv/
.venv/
env/
.env/

# ─── Testing ─────────────────────────────────────────────────────────
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# ─── Type Checking / Linting ─────────────────────────────────────────
.mypy_cache/
.ruff_cache/

# ─── IDE / Editor ────────────────────────────────────────────────────
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# ─── scry outputs ────────────────────────────────────────────────────
# Export files generated by scry itself
## These are fundamentally dependent on user behaviour
## Adjust patterns if you use different naming conventions
*.export.txt
*.export.xml
codebase_export.txt
codebase_export.xml
codebase.xml
codebase.txt

# scry config (optional — uncomment below if you don't want to track it)
# .scry.toml