From 4b1eb9672b7949d9d86caef46b6e64858bf1b89f Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 7 Sep 2024 20:09:53 +0800 Subject: Hello world template. --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3