NotionTaskSense / .gitignore
srinikhildurisetti's picture
Initial commit
de5b666
raw
history blame contribute delete
194 Bytes
# Virtual Environment
venv/
.venv/
env/
.env/
# Python
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store