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

# Distribution / build artifacts
dist/
*.egg-info/

# Virtual environments
.venv/

# OS files
.DS_Store
Thumbs.db

# VSCode
.vscode/

# Tool caches
.ruff_cache/
.mypy_cache/
.pytest_cache/

# Coverage
.coverage
coverage.xml

# Poetry lock file
poetry.lock
