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

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

# Virtual environments
.venv/
venv/
env/
ENV/

# Environment variables
.env

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Ruff cache
.ruff_cache/

# IDE
.vscode/
.idea/
*.iml

# macOS
.DS_Store

# Jupyter
.ipynb_checkpoints/

# Type stubs generated by pyright
pyrightconfig.json
