finance-planning / .gitignore
HsiehMinChieh
Major update: UI refactor, Real Price features, Import/Export, SPV removal (Clean Commit)
74728c6
raw
history blame contribute delete
376 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
.venv/
venv/
ENV/
# Database files
*.db
*.sqlite3
spv_management.db
src/spv_management.db
backup_*.db
# Streamlit
.streamlit/
! .streamlit/config.toml
# OS
.DS_Store