24 lines
293 B
Plaintext
24 lines
293 B
Plaintext
# 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!
|