/venv*
/.venv
/build
/dump
/dist
/gramaddict.egg-info
/.idea
/.vscode
*.yml
!test_config.yml
*.json
*.xml
!tests/fixtures/*.xml
!tests/fixtures/*.jpg
!tests/fixtures/*.json
!tests/e2e/fixtures/*.xml
!tests/e2e/fixtures/*.jpg
!tests/e2e/fixtures/*.json
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
.hypothesis/

# Local diagnostic traces
debug/
