# Ignora la directory di build di PyInstaller
build/
dist/

# File Python compilati
*.pyc
__pycache__/

# File temporanei e di sistema
*~
*.bak
*.swp
*.swo
.DS_Store
Thumbs.db

# File di sistema specifici di Windows
*.xml:Zone.Identifier

# File di output generati
output*.md
test_output/
test_*.md
temp_*.xml
*.debug.html

# Conversioni di leggi specifiche (non committare output in root)
anticorruzione.md
codice_civile.md
costituzione.md
privacy.md
codice_*.md
legge_*.md

# Build artifacts
akoma2md.egg-info/
src/normattiva2md.egg-info/
build/
dist/
.env

# Virtual environment
venv/

# pytest cache
.pytest_cache/

# ruff cache
.ruff_cache/

# Coverage reports
.coverage
htmlcov/

# mypy cache
.mypy_cache/

# tox
.tox/

# Node modules (for .opencode)
node_modules/

# Virtual environments (already have venv/, but add .venv/)
.venv/

plans/
tasks/todo.md
tmp/
.gh-cache/
.claude/agents/
tasks/proposta_schema_dati/*
!tasks/proposta_schema_dati/email_schema_dati.qmd
!tasks/proposta_schema_dati/custom-reference-doc.docx
!tasks/proposta_schema_dati/_quarto.yml

/.luarc.json
