## Editors / IDEs
# vs code
*.code-workspace
.code
.vscode
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# aider
.aider*

# byte-compiled / optimized / dll files
__pycache__/
__pypackages__/
*.py[cod]
*$py.class

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

# jupyter notebooks
.ipynb_checkpoints

# ipython
profile_default/
ipython_config.py

# pyenv, uv
.python-version

# environmental pollution
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# old stuff
.old

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

# ruff
.ruff_cache

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# reuse
.reuse
