Move to Docker; remove Logfire; small prompt fixes
All checks were successful
CI / ci (push) Successful in 15s
All checks were successful
CI / ci (push) Successful in 15s
This commit is contained in:
parent
72ad01ff2f
commit
bd939c94c2
13 changed files with 1830 additions and 258 deletions
29
.dockerignore
Normal file
29
.dockerignore
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# 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/
|
||||
Loading…
Reference in a new issue