﻿# Byte-compiled / cache
__pycache__/
*.py[cod]
*.pyc

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

# Virtual environments
.venv/
venv/
env/

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

# Type checking
.mypy_cache/
.ruff_cache/

# Editors
.vscode/
.idea/

# Environment variables
.env
