# ============================================================
# Python
# ============================================================

# macOS
.DS_Store
**/.DS_Store
._*
.AppleDouble
.LSOverride
.Spotlight-V100
.Trashes
.fseventsd
.DocumentRevisions-V100
Icon

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Linux / editor backups
*~
.netrwhist

# Editors / IDEs
.vscode
.idea
*.code-workspace
*.sw?
.history

# Environment files
.env
# ...but keep committable example/template files:
!.env.example
!.env.template

# Logs
*.log

# Claude Code
.claude

# Byte-compiled / optimized / DLL files
__pycache__/
*.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/
src/*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.benchmarks/
nosetests.xml
coverage.xml
*.cover
*.lcov
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

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

# Sphinx / mkdocs documentation
docs/_build/
docs/build/
/site

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pdm
.pdm.toml
.pdm-python
.pdm-build/

# PEP 582
__pypackages__/

# Celery / message brokers
celerybeat-schedule*
celerybeat.pid
*.rdb
*.aof
*.pid
mnesia/
rabbitmq/
rabbitmq-data/
activemq-data/

# SageMath
*.sage.py

# pixi
.pixi/*
!.pixi/config.toml

# Environments
.envrc
.venv
.venv/
# .venv may be a symlink -> .venv.nosync (iCloud-excluded real dir)
.venv.nosync/
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder / Rope project settings
.spyderproject
.spyproject
.ropeproject

# mypy
.mypy_cache*
.dmypy.json
dmypy.json

# Pyre / pytype
.pyre/
.pytype/

# Cython debug symbols
cython_debug/

# Ruff
.ruff_cache/

# isort
*.isorted

# PyPI configuration file
.pypirc

# Cursor
.cursorignore
.cursorindexingignore

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

# Streamlit
.streamlit/secrets.toml

# Abstra
.abstra/

# VS Code "Code Runner" extension
tempCodeRunnerFile.py

# Temp dirs
temp/
_temp/
tmp/
temp-*/
tmp-*/

# ------------------------------------------------------------
# Project-specific
# ------------------------------------------------------------
.pixi
