# Environment
.env
.env.*
.venv/
**/.venv/

# Python bytecode
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class

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

# Python tooling and caches
.pytest_cache/
**/.pytest_cache/
.ruff_cache/
**/.ruff_cache/
.mypy_cache/
.nox/
.tox/
.hypothesis/
.pytype/
.pyre/
.coverage
.coverage.*
htmlcov/

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

# C extensions
*.so

# PyInstaller
*.spec

# Jupyter
.ipynb_checkpoints

# Database
*.duckdb

# Logs and temp files
*.log
*.swp
*.swo
*~

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
.Spotlight-V100
.Trashes
.fseventsd
.TemporaryItems
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
.DocumentRevisions-V100

# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
Desktop.ini
$RECYCLE.BIN/
*.lnk
*.stackdump

# Codex
.codex/sessions/
.codex/log/
.codex/history.jsonl
