Skip to content

Commit

Permalink
added dtcw
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmueller committed Nov 26, 2024
1 parent ba842c5 commit 366cce8
Show file tree
Hide file tree
Showing 4 changed files with 1,256 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# ignore all python cache files
__pycache__

# ignore all files in the build directory
build/*

# ignore all files in the dist directory
dist/*

# ignore all files in the .venv directory
.venv/*

# ignore all files in the .pytest_cache directory
.pytest_cache/*

# ignore all files in the .mypy_cache directory
.mypy_cache/*

# ignore all files in the .DS_Store directory
.DS_Store

# ignore all files in the .idea directory
.idea/*

.gradle/*
Loading

0 comments on commit 366cce8

Please sign in to comment.