# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/
.env
.env.*

# Local AI / editor settings — keep shared agents and skills tracked
.claude/*
!.claude/agents/
!.claude/skills/

# Game archives and SQLite cache/save files
*.db
*.sqlite
*.sqlite3
*.zork

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

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# AnyZork local data
.anyzork/

# Generated game projects (created by anyzork generate)
# Ignore .zorkscript files at repo root (not inside anyzork/ package)
/*.zorkscript
/*/*.zorkscript
/*/manifest.toml
