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