# --- Python -----------------------------------------------------------------
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# --- Environments -----------------------------------------------------------
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# --- Tooling ----------------------------------------------------------------
.pytest_cache/
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
coverage.xml
*.cover
.hypothesis/

# --- Editors / OS -----------------------------------------------------------
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
desktop.ini

# --- Project ----------------------------------------------------------------
# Archived code, kept on disk for reference but never shipped or linted.
old_code/
/old_code/

# Scratch space for local experiments.
/local/
# User settings; the defaults live in the Settings dataclass.
settings.toml
/settings.toml
# Test data lives outside the repo.
/testData/
# --- Agent guidance & Roadmap -----------------------------------------------
CLAUDE.md
ANTIGRAVITY.md
.agents/
.gemini/
.claude/
walkthrough.md
implementation_plan.md
TODO.md
todo_*.md
gui_redesign_prompt.md
