mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-08 13:13:47 -05:00
54 lines
422 B
Plaintext
54 lines
422 B
Plaintext
# Scratch folder for temporary files
|
|
scratch/
|
|
|
|
# Caches
|
|
*_cache/
|
|
__pycache__/
|
|
|
|
# Coverage.py
|
|
htmlcov/
|
|
reports/
|
|
|
|
# cruft
|
|
*.rej
|
|
|
|
# Data
|
|
*.csv*
|
|
*.dat*
|
|
*.pickle*
|
|
*.xls*
|
|
*.zip*
|
|
|
|
.envrc
|
|
.env
|
|
|
|
# Jupyter
|
|
*.ipynb
|
|
.ipynb_checkpoints/
|
|
notebooks/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# mypy
|
|
.dmypy.json
|
|
|
|
# Node.js
|
|
node_modules/
|
|
|
|
# Poetry
|
|
.venv/
|
|
dist/
|
|
|
|
# PyCharm
|
|
.idea/
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# Python
|
|
*.py[cdo]
|
|
|
|
# act run workflows locally
|
|
bin/act
|