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

# C extensions
*.so

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

# ========================================
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

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

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

# ========================================
# Translations
*.mo
*.pot

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

# ========================================
# Scrapy
.scrapy

# ========================================
# Sphinx documentation
docs/_build/

# ========================================
# PyBuilder
.pybuilder/
target/

# ========================================
# Jupyter Notebook
.ipynb_checkpoints

# ========================================
# IPython
profile_default/
ipython_config.py

# ========================================
# pyenv
.python-version

# ========================================
# pipenv / Pipfile.lock (optional)
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration & platform-specific deps, you may ignore it.
#Pipfile.lock

# ========================================
# UV / uv.lock (optional)
#uv.lock

# ========================================
# poetry (optional)
#poetry.lock
#poetry.toml

# ========================================
# pdm (optional)
#pdm.lock
#pdm.toml
.pdm-python
.pdm-build/

# ========================================
# pixi (optional)
.pixi
#pixi.lock

# ========================================
# PEP 582; used by e.g. pyflow / pdm
_pypackages_/

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

# ========================================
# SageMath parsed files
*.sage.py

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

# ========================================
# Spyder project settings
.spyderproject
.spyproject

# ========================================
# Rope project settings
.ropeproject

# ========================================
# mkdocs documentation
/site

# ========================================
# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ========================================
# Pyre type checker
.pyre/

# ========================================
# pytype static type analyzer
.pytype/

# ========================================
# Ruff cache
.ruff_cache/

# ========================================
# Cython debug symbols
cython_debug/

# ========================================
# JetBrains (PyCharm) - optional
# JetBrains specific template is maintained separately at
# https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
#.idea/

# ========================================
# Visual Studio Code - optional
# Uncomment to ignore entire folder
# .vscode/

# ========================================
# Abstra (AI automation tool)
.abstra/

# ========================================
# Cursor (AI Editor)
.cursorignore
.cursorindexingignore

# ========================================
# Marimo
marimo/_static/
marimo/_lsp/
_marimo_/

# ========================================
# Cursor / other editor indexes
# (already covered .cursorindexingignore, add any other local editor caches if needed)

# ========================================
# PyPI configuration file
.pypirc

# ========================================
# Misc archives / builds
*.zip
*.tar.gz
*.egg
*.egg-info/

# ========================================
# General
*.log
*.tmp
*.temp
