# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# Jupyter
.ipynb_checkpoints

# Node
node_modules/
*.log
.npm/

# TypeScript
*.tsbuildinfo

# JupyterLab extension
jupyterlab_ghostty/labextension/
jupyterlab_ghostty/_version.py

# ESLint/Prettier
.eslintcache
.stylelintcache

# Coverage
.coverage
htmlcov/
.pytest_cache/

# macOS
.DS_Store

# Yarn
.yarn/*
