56 lines
517 B
Plaintext
56 lines
517 B
Plaintext
# Plans
|
|
plans/
|
|
|
|
# Byte-compiled / cache files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyc
|
|
*pycache
|
|
*.so
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Virtual environments
|
|
.env/
|
|
.venv/
|
|
env/
|
|
venv/
|
|
|
|
# Distribution / packaging
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Streamlit
|
|
.streamlit/
|
|
**/.streamlit/
|
|
|
|
# Jupyter
|
|
.ipynb_checkpoints/
|
|
**/.ipynb_checkpoints/
|
|
|
|
# Credentials & config with secrets
|
|
*.cfg
|
|
*.env
|
|
.env
|
|
|
|
# Large / binary data files
|
|
*.csv
|
|
*.zip
|
|
*.sas7bdat
|
|
*.parquet
|
|
|
|
|
|
.opencode-sandbox/.env
|
|
|
|
# Go CRM data
|
|
data/*.db
|