# Python bytecode and cache directories
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.pytype/
.coverage
.coverage.*
htmlcov/

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

# Build and packaging artifacts
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/

# Tooling and test environments
.tox/
.nox/
.hypothesis/
.claude/

# Local environment and secrets
.env
.env.*
!.env.example

# Editor and OS metadata
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
desktop.ini

# Logs and local scratch files
*.log
*.tmp
*.temp
.litlaunch/

# Documentation policy for this public repository:
# Public docs remain tracked. Private/internal/scratch notes stay local.
# The former docs/internal tree is intentionally ignored so sensitive
# development records cannot be re-added to the public GitHub source tree.
notes/
scratch/
docs/internal/
docs/**/scratch/
docs/**/tmp/
docs/**/inbox/
docs/private/
docs/local/
