# Python bytecode and caches
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/
env/

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

# Test and coverage output
.pytest_cache/
.coverage
htmlcov/

# Editor and operating-system files
.vscode/
.idea/
.DS_Store
Thumbs.db
.ruff_cache/
