# Editors/IDE
.idea/
.vscode/
.DS_Store

# Target
target/

# Python
__pycache__/
*.pyc
*.py[cod]
.pytest_cache/
*.egg
*.egg-info/
*.log
dist/
build/

# Virtualenv
.venv/
.venv*/
.env/

# Generated by setuptools-scm
src/spreadsheet_handling/_version.py

# Coverage / pytest
.coverage
htmlcov/
.pytest_cache/

# Office lock files
.~lock.*#
~$*.xlsx

# Local tmp
tmp/

# Generierte / Arbeitsdateien
*.pdf

# Office/LibreOffice
~$*

# macOS Finder
.DS_Store

# Windows Explorer
Thumbs.db
desktop.ini

# Editor-Backups
*~
*.swp
*.bak
*.tmp
