From e82ad78bf79d455c8f91c1143869a41d2148b981 Mon Sep 17 00:00:00 2001 From: bghira Date: Sat, 1 Apr 2023 03:11:19 -0700 Subject: [PATCH] Add gitignore --- .gitattributes | 2 ++ .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..74dfed86 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.bin filter=lfs diff=lfs merge=lfs -text +*.csv filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..1dd02e2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# Python and virtual environment files +*/config/config.json +__pycache__/ +*.pyc +*.pyo +*.pyd +*.pyc +*.pyo +*.pyd +*.so +*.dylib +*.egg-info/ +dist/ +build/ +*.egg +*.pyc +*.pyo +*.pyd +*.so +*.dylib +*.egg-info/ +dist/ +build/ +*.egg +venv/ +*.log + +# IDE files +.vscode/ +.idea/ +*.swp +*.swo +*.swn + +# OS generated files +.DS_Store +Thumbs.db + +*/config/auth.json \ No newline at end of file