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

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
MANIFEST

# Unit test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Jupyter
.ipynb_checkpoints/
Untitled.ipynb
Untitled*.ipynb

# Virtual envs
.venv/
venv/
env/

# Editors
.idea/
.vscode/
*.swp
.DS_Store

# Ruff / mypy
.ruff_cache/
.mypy_cache/
