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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
site/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

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

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo

# Jupyter Notebook
.ipynb_checkpoints

# Pyre type checker
.pyre/

# profiling
.prof

# Local config
*.env
.env.*
# End Generation Here
```

.DS_Store

# Agent session artifacts
.cursor/

# ---------------------------------------------------------------------------
# Agent harness and local tooling
#
# This repository is worked on with coding agents, and their configuration
# embeds absolute local paths, hook commands, seat identities and empty API-key
# slots. None of it belongs in a public repository.
# ---------------------------------------------------------------------------
.claude/
.codex/
.cursor/
.agora/
.abstractcode/
.mcp.json
CLAUDE.md
/AGENTS.md
abstractcode-export-*.md
untracked/
.venv/
