chore: Added .dockerignore to optimize build context size.

This commit is contained in:
Scott Idem
2026-03-11 12:36:34 -04:00
parent 03be0ac062
commit 57195bca30

23
.dockerignore Normal file
View File

@@ -0,0 +1,23 @@
# Docker ignore file for Aether API
environment/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
.coverage
htmlcov/
.git
.gitignore
.dockerignore
documentation/
tests/
logs/
temp/
# Don't ignore requirements.txt or Dockerfile!