update gitignore
This commit is contained in:
parent
b6459132c7
commit
bfdb8079d6
20
.gitignore
vendored
20
.gitignore
vendored
@ -127,3 +127,23 @@ dmypy.json
|
||||
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
|
||||
|
||||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
*.temp
|
||||
*.pyc
|
||||
*.py.un~
|
||||
.idea*
|
||||
.idea/*
|
||||
\.idea*
|
||||
.vscode*
|
||||
.vscode/*
|
||||
\.vscode*
|
||||
__pycache__/
|
||||
ReservedDataCode/*
|
||||
ReservedDataCode*
|
||||
src/outputs/
|
||||
*.zip
|
||||
*.sh
|
Loading…
Reference in New Issue
Block a user