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

# Packaging / Distribution
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/

# Environments
.venv/
env/
venv/
ENV/

# Testing & Linting
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# OS / Editor
.DS_Store
Thumbs.db
.vscode/
.idea/
