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

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

# Virtual environments
.venv/
.env

# Testing
.coverage
htmlcov/
.pytest_cache/
.hypothesis/
site/

# IDEs and editors
.vscode/
.idea/
.DS_Store

# Hatch
.hatch/

# Ruff
ruff_cache/
