# Environment & Secrets
.env
.env.*
!.env.example

# Aider & LLM logs / Drafts / Local Context
.aider*
BLOG_POST.md
AGY_CONTEXT.md
AGY_CONTEXT*

# Python cache & artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
detecti-venv/
.venv/
venv/
ENV/

# Node / JS temporary files
node_modules/
package.json
package-lock.json
test_browser.js
test_empty_db.js

# Temporary files & runtime state
.webserver.json
domain
testeip
Villa11_Ext
vila11*
Villa11*
validar*
*.log

# Databases: Ignore all test/scan databases except the default example dataset
data/dbs/*.sqlite
!data/dbs/example.com.sqlite

# Temporary AI / Agent scripts
fix_*.py
patch_*.py
update_*.py
scratch_*.py
temp_*.py
