initial commit
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
.env
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
.venv/
|
||||
venv/
|
||||
dist/
|
||||
build/
|
||||
*.pyc
|
||||
|
||||
# android
|
||||
android/.gradle/
|
||||
android/local.properties
|
||||
android/**/build/
|
||||
android/captures/
|
||||
*.apk
|
||||
*.aab
|
||||
|
||||
# ide
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
# os
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user