--
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Database files
|
||||
databases/*.db
|
||||
|
||||
# Log files
|
||||
logs/*.log
|
||||
logs/**/*.log
|
||||
logs/**/*.txt
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
*/.DS_Store
|
||||
**/.DS_Store
|
||||
|
||||
# Python's Cache
|
||||
__pycache__
|
||||
*/__pycache__
|
||||
**/__pycache__
|
||||
Reference in New Issue
Block a user