# We provide a set of user specific ignores here.
# A pragmatic approach to preventing erroneous adding.

# python ignores
__pycache__/
*.py[cod]

# pytest
.pytest_cache/

# ipython notebook
.ipynb_checkpoints

# coverage ignore
.coverage

# editors
.project
.classpath
.settings
.metadata
.pydevproject
.cache
.idea
.vscode
.spyproject


# other generic files to ignore
*~
*.lock
*.DS_Store
*.swp
*.out

.cache

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg


pelita.log
