TalkToData / .gitignore
Nam Fam
add files
472e1d4
raw
history blame contribute delete
645 Bytes
# Python
__pycache__/
*.py[cod]
*.egg-info/
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
venv/
ENV/
env/
env.bak/
venv.bak/
pip-log.txt
pip-delete-this-directory.txt
# IDEs
.vscode/
.idea/
*.swp
*.swo
*.sublime-workspace
*.sublime-project
# Environment files
.env
.env.local
.env.development
.env.test
.env.production
# Local development
# *.db
*.sqlite
data/
logs/
*.log
# *.csv
*.parquet
# output/
# Streamlit
.streamlit/credentials.toml
# /notebooks
# /tests
*conftest.py
*test_plotting.py
plots/
utils/google_api_manager.py
mcp_client.py
mcp_server/
tests/
scripts/
notebooks/
output/