# Python bytecode
__pycache__/
*.py[cod]
*.pyo

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

# Virtual environments
.venv/
venv/
env/

# Test / coverage artifacts
.pytest_cache/
.coverage
htmlcov/

# Editor
.idea/
.vscode/
*.swp
