mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-19 10:23:39 -05:00
feat: initial application release
This commit is contained in:
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user