Skip to content
Closed
16 changes: 16 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CI/CD
.github/

# Development files
.git/
*.md
LICENSE
.dockerignore

# Test files
tests/

# Documentation
docs/
mkdocs.yml
requirements-docs.txt
Loading