Skip to content

Commit

Permalink
Brought over .gitignore from LEAP
Browse files Browse the repository at this point in the history
  • Loading branch information
markcoletti committed Oct 14, 2021
1 parent 065e5cf commit 4eda3c8
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
/tmp.*
/local
*.log
*.pyc
__pycache__
docker-nom/build/
\#*\#
.\#*
venv/
*.egg-info/
docs/build/
.coverage*
htmlcov/
.ipynb_checkpoints/
.pytest_cache
build/
dist/

# Subversion
.svn


# Vim (and some others)
*~
*.swp

# Eclipse
.cache
.classpath
.project
.settings
build-eclipse

# Gradle
.gradle
gradle-app.setting

# Sublime Text
*.sublime-workspace

# NetBeans
.netbeans
catalog.xml
generated
nb-configuration.xml

# Mac OS
.DS_Store
__MACOSX

# Intellij
.idea/
.idea/workspace.xml
.idea/libraries
.idea/kotlinc.xml
.idea/tasks.xml
.idea/dictionaries
.idea/scopes
.idea/artifacts
.idea/uiDesigner.xml
.idea/dataSources.local.xml
.idea/dataSources.local.xml
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources
.idea/kotlinc.xml
.idea/sonar*
*.iws
*.iml
.idea/compiler.xml
.idea/kotlinc.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/misc.xml
.idea/modules.xml

# vscode
.vscode

# dask
dask-worker-space/

# Generated data
*.csv

0 comments on commit 4eda3c8

Please sign in to comment.