ReviewSense / .gitignore
DanielKiani's picture
Initial commit of ReviewSense project
7c4f775
raw
history blame contribute delete
156 Bytes
# Python
__pycache__/
*.pyc
# Virtual Environment
venv/
.venv/
# Data and Logs
data/
logs/
notebooks/data/
notebooks/logs/
# IDE files
.vscode/
.idea/