ANewDawn/.dockerignore
Joakim Hellsén bd939c94c2
All checks were successful
CI / ci (push) Successful in 15s
Move to Docker; remove Logfire; small prompt fixes
2026-08-08 20:52:36 +02:00

29 lines
322 B
Text

# Version control
.git
.gitignore
# CI / editor / tooling
.github
.vscode
.pre-commit-config.yaml
# Local environment / secrets
.env
.env.*
# Python caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
# Tests & build artifacts
tests/
dist/
build/
*.egg-info/
# Deployment templates
systemd/