add .gitignore to exclude temporary files and Python bytecode
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
temp/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
temp/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||