neotalk/.gitignore
Andros Fenollosa 49cc5036d3 Add GPLv3 LICENSE file and package metadata for open-source release
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.
2026-08-21 14:05:07 +02:00

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