- implemented self-healing unlearn for Qdrant false positives - centralized testing logic in conftest - documented core rules, ai standards, and goap philosophy - purged old dev scratchpads
40 lines
372 B
Plaintext
40 lines
372 B
Plaintext
/venv*
|
|
/.venv
|
|
/build
|
|
/dump
|
|
/dist
|
|
/gramaddict.egg-info
|
|
/.idea
|
|
/.vscode
|
|
*.yml
|
|
!test_config.yml
|
|
*.json
|
|
*.xml
|
|
logs/
|
|
*.pyc
|
|
__pycache__/
|
|
.DS_Store
|
|
crashes
|
|
accounts
|
|
!config-examples/*
|
|
Pipfile
|
|
Pipfile.lock
|
|
*.pdf
|
|
*.mp4
|
|
*.log*
|
|
*.ini
|
|
*.db
|
|
|
|
# Debug artifacts
|
|
scratch*.py
|
|
test_compress.py
|
|
test_fixtures.py
|
|
output.txt
|
|
e2e_*.log
|
|
traceback.log
|
|
|
|
# Coverage
|
|
htmlcov/
|
|
.coverage
|
|
coverage.xml
|