diff options
author | luxagraf <sng@luxagraf.net> | 2023-06-29 12:40:43 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-06-29 12:40:43 -0500 |
commit | 8fe8e1c333b721c61f1723e114bc46f2698fd6c1 (patch) | |
tree | 5bb9ced6665d23840cea5a63bffbf89e6a659b78 /.gitignore |
initital commit of pd tool
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd7c197 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.sass-cache +*~ +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +Icon? +ehthumbs.db +Thumbs.db +*.pyc +venv/ +/static/ +/*.json +*.log +pdelectronicsdata.csv |