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

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

# Environments
.venv/
venv/
ENV/

# Testing & Coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checking & linting
.mypy_cache/
.ruff_cache/

# IDE & OS
.vscode/
.idea/
.DS_Store
