Add gitignroe
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# Cache Folders
|
||||
.*cache*/
|
||||
|
||||
# Tmp dir
|
||||
tmp/
|
||||
|
||||
# Ignore Profiler Files
|
||||
profile_output*.txt
|
||||
profile_output.lprof
|
||||
|
||||
# Data Dirs
|
||||
#data/
|
||||
Reference in New Issue
Block a user