data-analyst-agent / .gitignore
KarthikMuraliM's picture
Initial Fastapi setup
bf1736b
raw
history blame
265 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
.env/
.envs/
.venv/
ENV/
env/
# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
# PyInstaller
*.manifest
*.spec
# IDEs
.vscode/
.idea/
# Logs
*.log