Files
instagram-bot/.gitignore
Marc Mintel 30724d3c03 chore: FSD stabilization, strict TDD enforcement, and unlearn mechanism
- 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
2026-04-24 13:28:32 +02:00

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