Skip to content

Commit

Permalink
Add basic RAFT process to paper repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lumpenspace committed Oct 20, 2023
0 parents commit 35d8ff1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# python / pipenv gitignore

*.pyc
__pycache__/
*.pyo
*.pyd
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
.tox/
*.so
*.o
*.dylib
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
.env
.venv
.spyderproject
.spyproject
.ropeproject
.idea/
.vscode/
*.swp
*.swo
.DS_Store

0 comments on commit 35d8ff1

Please sign in to comment.