diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..411028f --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# Config +**/tickers.txt +**/Kconfig.projbuild + +# Vim +**/*.swp + +# Python +__pycache__/ +*.py[cod] +*$py.class + +# Packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# Flask +instance/ +.webassets-cache |
