Adding files.

This commit is contained in:
2026-02-03 10:13:33 -05:00
parent fc44a7834a
commit 9dec4a472f
34 changed files with 5984 additions and 0 deletions

23
.dockerignore Normal file
View File

@@ -0,0 +1,23 @@
# Ignore git files
.git
.gitignore
# Ignore virtual environments
venv/
env/
# Ignore data (it will be mounted as a volume instead)
data/
# Ignore local secrets (they will be mounted or passed as env vars)
.env
credentials.json
token.json
# Ignore cache
__pycache__
*.pyc
# Ignore local libs (dependencies are installed in the image)
libs/
token.json