﻿# Build artifacts
build/
dist/
*.egg-info/
__pycache__/
*.py[cod]
*.class

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/

# Distribution
*.whl
*.tar.gz
