initial_commit
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# But not these!
|
||||
!.gitignore
|
||||
!README.md
|
||||
!*.py
|
||||
!*.template
|
||||
# Optional: Keep subdirectories and their Python files
|
||||
|
||||
!*/
|
Reference in New Issue
Block a user