2025-12-05 19:32:42 +01:00
|
|
|
# Docker build context cleanup
|
|
|
|
|
|
|
|
|
|
# Nix local store/cache
|
|
|
|
|
.nix/
|
|
|
|
|
|
|
|
|
|
# Git internals
|
|
|
|
|
.git
|
|
|
|
|
.gitignore
|
|
|
|
|
|
|
|
|
|
# Python
|
|
|
|
|
__pycache__/
|
|
|
|
|
*.py[cod]
|
|
|
|
|
*.egg-info/
|
|
|
|
|
dist/
|
|
|
|
|
build/
|
|
|
|
|
|
|
|
|
|
# venvs
|
|
|
|
|
.venv/
|
|
|
|
|
venv/
|
|
|
|
|
.venvs/
|
|
|
|
|
|
|
|
|
|
# Editor/OS noise
|
|
|
|
|
.vscode/
|
|
|
|
|
.idea/
|
|
|
|
|
.DS_Store
|
|
|
|
|
Thumbs.db
|
2025-12-07 21:43:38 +01:00
|
|
|
|
2025-12-11 09:04:17 +01:00
|
|
|
# Logs
|
|
|
|
|
*.log
|