task-management / .gitignore
rishirajpathak's picture
initial commit
a7d2fe5
raw
history blame contribute delete
198 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
.venv/
venv/
ENV/
# AI Models (these will be generated)
*.pkl
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log