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

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

# Virtual environments
.venv/
venv/
env/

# Jupyter Notebook
.ipynb_checkpoints/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/

# Ruff
.ruff_cache
