docs/
.gitignore
*build_log.json

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
wheels/
*.whl
MANIFEST

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

# Hatch
.hatch/

# Distribution / packaging
*.tar.gz
*.zip

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json
.pyright/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Secrets / env
.env
.env.*
*.pem
*.key

# Node / UI
node_modules/
lib/
tsconfig.tsbuildinfo

# Yarn
.yarn/install-state.gz
