# =========================
# Python & Byte-compiled
# =========================
__pycache__/
*.py[codz]
*$py.class
*.so

# =========================
# Distributions & Packaging (hatch-vcs auto-generated)
# =========================
lizyml/_version.py
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# =========================
# Virtual Environments
# =========================
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version
.uv/
.pixi

# =========================
# Testing & Coverage
# =========================
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py.cover
.hypothesis/
.pytest_cache/
pytestdebug.log
cover/

# =========================
# Linters & Type Checkers
# =========================
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# =========================
# Tools & Frameworks
# =========================
# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask
instance/
.webassets-cache

# Scrapy
.scrapy

# Sphinx / MkDocs
docs/_build/
/site

# Jupyter Notebook & IPython
.ipynb_checkpoints
profile_default/
ipython_config.py

# Celery
celerybeat-schedule
celerybeat.pid

# PyInstaller
*.manifest
*.spec

# PyBuilder
.pybuilder/
target/

# Package Managers Configs / Logs
pip-log.txt
pip-delete-this-directory.txt
.pypirc
__pypackages__/

# =========================
# IDEs & Editors
# =========================
# VS Code / Cursor
.vscode/*
.history/
.cursorignore
.cursorindexingignore

# JetBrains / PyCharm
.idea/

# Spyder / Rope
.spyderproject
.spyproject
.ropeproject

# =========================
# OS specific
# =========================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# =========================
# AI & Automation (Abstra, Cursor, etc)
# =========================
.abstra/
.ai_settings/
.agent/
.agents/
.claude/
.codex/
.gemini/
AGENTS.md
CLAUDE.md
GEMINI.md
marimo/_static/
marimo/_lsp/
__marimo__/

# =========================
# Working
# =========================
*.csv
*.json
*.xlsx
*.log