Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# Local Configuration Folders
config/
outputs/
workspace/
examples/

# IDE
.vscode/
# Git
.git/
.github/
.gitignore
# Python Virtual Environment
.venv/
# Cursor
.cursor/
# Python Caches and Test Files
**/__pycache__/
requirements.dev.txt
tests/
pytest.ini
.pytest_cache/
*.pyc
htmlcov/
.coverage
.coverage

# Development Dependencies
requirements.dev.txt
Loading