Files
EOS/.dockerignore
T

16 lines
157 B
Plaintext
Raw Normal View History

2024-09-16 16:07:13 +02:00
.git/
.github/
2025-01-19 13:00:53 +01:00
**/__pycache__/
**/*.pyc
**/*.egg-info/
2024-09-16 11:48:20 +02:00
.dockerignore
.env
.gitignore
docker-compose.yaml
Dockerfile
LICENSE
Makefile
NOTICE
README.md
2025-01-19 13:00:53 +01:00
.venv/