# Temporary and binary files
*~
*.py[cod]
*.so
*.dll
*.cfg
*.orig
*.log
*.pot
__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
.DS_Store

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

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

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

# Build and docs folder/files
build/*
wheel/*
dist/*
sdist/*
docs/api/*
docs/_rst/*
docs/_build/*
cover/*
site/*
MANIFEST

# Per-project virtualenvs
.venv*/
.env/
.conda*/
.python-version

# Version file
/src/pytanis/_version.py
