Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lanvent committed Apr 7, 2023
1 parent 5ce62d5 commit 429b70f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.DS_Store
.idea
.vscode
__pycache__/
venv*
*.pyc
config.json
nohup.out
tmp
plugins.json

0 comments on commit 429b70f

Please sign in to comment.