# Byte-compiled
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual env
.venv/
venv/
env/

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

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/
