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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
src/*.egg-info/

# Virtual environments
.venv/
venv/
ENV/

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*~

# Type checker
.mypy_cache/
.pytype/

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/
