redaction / .dockerignore
gni
fix: include slowapi in requirements and add dockerignore
bace0ea
raw
history blame contribute delete
279 Bytes
# Ignore local development files
node_modules/
dist/
__pycache__/
*.pyc
.git/
.gitignore
ui/node_modules/
ui/dist/
api/__pycache__/
api/.pytest_cache/
# Ignore development tools
docker-compose.yml
docker-compose.prod.yml
Makefile
LICENSE
api/Dockerfile
ui/Dockerfile
api/tests/