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

# Distribution / packaging
build/
dist/
site/
pip-wheel-metadata/
*.egg-info/
.eggs/
*.egg

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

# Unit tests / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# IDE / editor
.idea/
.vscode/

# Notebooks
.ipynb_checkpoints/

# OS files
.DS_Store
Thumbs.db
