sql_data_analyst / .gitignore
YashashMathur's picture
SQL Data Analyst OpenEnv - Initial commit
d103a0f verified
raw
history blame
160 Bytes
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.ruff_cache/
*.egg-info/
dist/
build/
.eggs/
*.egg
uv.lock
.env
.venv/
venv/
*.db
*.sqlite
*.sqlite3
.DS_Store
Thumbs.db