# ------------------------------
# Python bytecode / cache
# ------------------------------
__pycache__/
*.py[codz]
*$py.class

# ------------------------------
# C extensions
# ------------------------------
*.so

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

# ------------------------------
# Virtual environments
# ------------------------------
.env
.envrc
.venv
venv/
env/
ENV/
env.bak/
venv.bak/

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

# ------------------------------
# Unit test / coverage
# ------------------------------
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.pytest_cache/
.hypothesis/

# ------------------------------
# Type checkers / linters
# ------------------------------
.mypy_cache/
.dmypy.json
.pyre/
.pytype/
.ruff_cache/

# ------------------------------
# Jupyter / IPython
# ------------------------------
.ipynb_checkpoints
profile_default/
ipython_config.py

# ------------------------------
# Django / Flask / Scrapy
# ------------------------------
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache
.scrapy

# ------------------------------
# Documentation
# ------------------------------
docs/_build/
site/

# ------------------------------
# Build tools
# ------------------------------
.pybuilder/
target/

# ------------------------------
# Package managers / env tools
# ------------------------------
.pdm-python
.pdm-build/
.pixi/
__pypackages__/

# ------------------------------
# Celery
# ------------------------------
celerybeat-schedule
celerybeat.pid

# ------------------------------
# Editors / IDEs
# ------------------------------
.vscode/
.idea/
.spyderproject
.spyproject
.ropeproject

# ------------------------------
# Misc
# ------------------------------
cython_debug/
.pypirc

# Cursor AI editor
.cursorignore
.cursorindexingignore

# Marimo
marimo/_static/
marimo/_lsp/
__marimo__/
