Readding Files
This commit is contained in:
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
# General
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.swp
|
||||
*.swo
|
||||
*.tmp
|
||||
*.log
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Virtual Environment
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
.env
|
||||
|
||||
# Build and Distribution
|
||||
build/
|
||||
dist/
|
||||
*.spec
|
||||
# Exception: We want to keep our custom spec file
|
||||
!UmamusumeCardManager.spec
|
||||
*.exe
|
||||
*.zip
|
||||
*.pkg
|
||||
|
||||
# Database
|
||||
# Ignore the running database, but keep the seed/template
|
||||
database/*.db
|
||||
!database/umamusume_seed.db
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
# Project Specific
|
||||
# We are allowing .txt and .html now (removing previous blocks)
|
||||
# If there are specific large generated files, add them here.
|
||||
Reference in New Issue
Block a user