Skip to content

Commit

Permalink
Merge pull request #18 from EmiFej/emir/resultify
Browse files Browse the repository at this point in the history
Adding files to be ignored by .gitignore
  • Loading branch information
willu47 authored Mar 17, 2022
2 parents 939f9ce + 9720991 commit b6afba9
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Temporary and binary files
*~
*.py[cod]
*.so
*.cfg
!.isort.cfg
!setup.cfg
*.orig
*.log
*.pot
__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
.DS_Store
.ipynb_checkpoints/

# Project files
.ropeproject
.project
.pydevproject
.settings
.idea
tags
.vscode

# Package files
*.egg
*.eggs/
.installed.cfg
*.egg-info

# Unittest and coverage
htmlcov/*
.coverage
.tox
junit.xml
coverage.xml
.pytest_cache/

# Build and docs folder/files

# Per-project virtualenvs
.venv*/

# Plots
*.pdf

# Outputs
results/*

0 comments on commit b6afba9

Please sign in to comment.