Files
gesetzblatt/.gitignore
Michael Hermann 2bb70ae0ed Initiales gesetzblatt-Repo: Parser-Zweig ab 2023 von recht.bund.de.
Historie 1949–2022 bleibt in lawgit, bis der GPU-Lauf endet; Schnitt ohne Lücke.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-16 11:56:05 +02:00

37 lines
324 B
Plaintext

# Secrets
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
env/
*.egg-info/
# Binaries / Rohdaten (PDFs, Archive, XML-Dumps)
*.pdf
*.zip
*.tar.bz2
*.tar.gz
bgbl/**/*.xml
data/
timeline/text/
timeline/parsed/
# IDE / OS
.vscode/
.idea/
.DS_Store
*.swp
*~
# Logs
*.log
*.tmp
*.bak