Include the full GPL-3.0 text (declared in pyproject but missing as a file), add project URLs, keywords and classifiers, and ignore .agent-shell/.DS_Store.
14 lines
142 B
Text
14 lines
142 B
Text
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
dist/
|
|
build/
|
|
CLAUDE.md
|
|
.agent-shell/
|
|
.DS_Store
|