Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Apr 1, 2023
0 parents commit e82ad78
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.bin filter=lfs diff=lfs merge=lfs -text
*.csv filter=lfs diff=lfs merge=lfs -text
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e82ad78

Please sign in to comment.