.DS_Store
__pycache__
.vscode
.env

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

# Python cache files
__pycache__/
*.py[cod]

# Virtual environments
.venv/

# Coverage reports
.coverage
