Skip to content

Commit 92a2b8d

Browse files
aborrusoclaude
andcommitted
chore: Clean up root directory
Rimossi file inutili dalla root: - anticorruzione.md (output conversione test) - codice_civile.md (output conversione test) - costituzione.md (output conversione test) - privacy.md (output conversione test) Inoltre rimossi localmente (già gitignored): - output.md - temp_13G00076.xml - test_hierarchical.md - test_output*.md Aggiornato .gitignore: - Aggiunti pattern per conversioni leggi specifiche - Evita commit accidentali di output in root Root ora contiene solo: ✅ File sorgente (convert_akomantoso.py) ✅ Documentazione (README, LOG, ROADMAP, SECURITY, etc) ✅ Configurazione (setup.py, pyproject.toml, Makefile) 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9989946 commit 92a2b8d

5 files changed

Lines changed: 8 additions & 2633 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ test_*.md
2424
temp_*.xml
2525
*.debug.html
2626

27+
# Conversioni di leggi specifiche (non committare output in root)
28+
anticorruzione.md
29+
codice_civile.md
30+
costituzione.md
31+
privacy.md
32+
codice_*.md
33+
legge_*.md
34+
2735
# Build artifacts
2836
akoma2md.egg-info/
2937
build/

anticorruzione.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

codice_civile.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)