# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
src/tatry/_version.py

# Virtual environments
.env
.venv
venv/
ENV/
env/
env.bak/
venv.bak/

# IDE - VSCode
.vscode/
*.code-workspace
.history

# IDE - PyCharm
.idea/
*.iml
*.iws
.idea_modules/

# IDE - Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Testing
.coverage
.coverage.*
.pytest_cache/
htmlcov/
.tox/
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Distribution / packaging
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt

# Logs
*.log
logs/
log/

# Environment variables
.env
.env.local
.env.*.local

# Documentation
docs/_build/
site/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Misc
.DS_Store
Thumbs.db
.directory