# Important to ignore for setuptools_scm
_version.py
.vscode/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
*.whl
MANIFEST

# Unit test / coverage reports
.coverage
.coverage.*
.cache
.ruff_cache
coverage.xml
pytest.xml
*.cover
*.py,cover
.pytest_cache/

# Translations
*.mo
*.pot

# Sphinx documentation
doc/_build/

# Jupyter Notebook
.ipynb_checkpoints

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# mkdocs documentation
/site

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

# misc
del*.py
del/
todo.md
.DS_Store
*.csv
*.log
*.zip
uv.lock
