chore: initial commit
This commit is contained in:
commit
ad027a7d52
3 changed files with 49 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
build/
|
||||
dist/
|
||||
.tox/
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
test-reports/
|
||||
*.swp
|
||||
# transient run artifacts
|
||||
ckpt*/
|
||||
scenarios*/
|
||||
stub_trajectories/
|
||||
trajectories/
|
||||
runs/
|
||||
*.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue