# Python bytecode
__pycache__/
*.py[cod]

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

# Virtual environments
.env
.venv
venv/

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

# Jupyter
.ipynb_checkpoints/

# IDEs and editors
.idea/
.vscode/
