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

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

# Virtual environments
.env
.venv
env/
venv/

# Unit test / coverage reports
.pytest_cache/
.coverage
htmlcov/

# Type checkers & linters
.mypy_cache/
.ruff_cache/

# IDE & OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
