meta/.gitignore
Coornhert 188f41c7ee docs: README herschrijven, data/ toevoegen aan gitignore
- Volledige projectbeschrijving, quick start, architectuur
- Pipeline documentatie en development instructies
- Disclaimer en licentie-informatie
- data/ directory (XML cache) gitignored
2026-03-30 06:40:06 +02:00

34 lines
271 B
Text

# Secrets
.env
.env.*
!.env.example
ansible/.vault_pass
# Nix / direnv
.direnv/
result
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
*.egg
# Testing
.coverage
htmlcov/
.pytest_cache/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
data/