# Local export dumps
data/
output/

# Local URL lists (keep the example committed)
input/*
!input/urls.txt.example

# Credentials (keep `.env.example`)
.env
.env.*
!.env.example

# IDE
.idea/
.vscode/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.hypothesis
.pytest_cache/
*.egg-info/
dist/
build/

### Agents ###
.cursor/
.agents/
.gemini/
skills-lock.json

### DeltaFuse ###
.deltafuse/gate-journal.jsonl
docs/archive
docs/changes
docs/intake
