Files
obsidian-metadata/.gitignore
2023-01-22 16:55:46 +00:00

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