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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
*.egg
*.egg-info/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.whl

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Test / coverage
htmlcov/
.tox/
.nox/
.coverage
coverage.xml
*.cover
.hypothesis/

# Local inference artifacts
*.gguf
models/

# SDLC memory (runtime-generated)
.sdlc/memory/
.sdlc/state/

# Noisy editor files
.directory

# Environment files (secrets!)
.env
.env.*
!.env.example

# Pipeline state files (may contain file paths, config, and secrets)
.no-slop/

# Agent artifacts (moved to .hermes/artifacts/)
/AGENTS.md
/RULES.md

# Hermes agent data directory
.hermes/

# Mypy
.mypy_cache/
.ruff_cache/
