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

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$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
*.manifest
*.spec

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

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Cython debug symbols
cython_debug/

# =============================================================================
# Testing & Coverage
# =============================================================================

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

# =============================================================================
# Type Checking & Linting
# =============================================================================

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

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Pyright / Basedpyright
.pyright/
.basedpyright/
pyrightconfig.json.backup

# Ruff
.ruff_cache/

# pylint
.pylint.d/

# =============================================================================
# Documentation
# =============================================================================

# Sphinx documentation
docs/_build/
docs/_static/
docs/_templates/

# MkDocs
/site
static/docs/
.mkdocs_cache/

# Translations
*.mo
*.pot

# =============================================================================
# Virtual Environments
# =============================================================================

.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.virtualenv/

# =============================================================================
# IDEs & Editors
# =============================================================================

# VSCode
.vscode/
*.code-workspace

# PyCharm / IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr

# JetBrains Fleet
.fleet/

# Cursor
.cursor/

# Zed
.zed/

# Sublime Text
*.sublime-project
*.sublime-workspace
.sublime/

# Vim
*.swp
*.swo
*~
.vim/
tags

# Emacs
*~
\#*\#
.\#*
.emacs.desktop
.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Spyder
.spyderproject
.spyproject

# Rope
.ropeproject

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb_checkpoints/

# IPython
profile_default/
ipython_config.py

# =============================================================================
# Operating Systems
# =============================================================================

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk

# Linux
.directory
*~

# =============================================================================
# Security & Credentials
# =============================================================================

# Environment variables
*.env
.env.*
!.env.example
.envrc

# API Keys & Secrets
*.pem
*.key
*.crt
*.cert
*.p12
*.pfx
secrets.yaml
secrets.yml
credentials.json
.secrets/
.credentials/

# SSH keys
id_rsa
id_dsa
id_ecdsa
id_ed25519

# GPG keys
*.gpg
*.asc

# OAuth tokens
.token
.oauth

# detect-secrets
.secrets.baseline

# =============================================================================
# Temporary & Backup Files
# =============================================================================

*.bak
*.backup
*.tmp
*.temp
*.log
*.old
*.orig
*.rej
*.swn
*.swo
*.swp
*.cache
*~

# Patch files
*.patch
*.diff

# =============================================================================
# Project Specific
# =============================================================================

# Version file (auto-generated)
VERSION
src/hother/streamblocks/_version.py

# Lefthook local configuration
.lefthook-local.yml
.lefthook-local.yml.example
lefthook-local.yml

# Claude Code workspace (user-private)
.claude/

# Local development files
*.local
local/
scratch/
playground/

# Build artifacts
wheels/
*.whl
*.tar.gz

# Framework specific
# Django
db.sqlite3
db.sqlite3-journal
local_settings.py
*.log

# Flask
instance/
.webassets-cache

# Scrapy
.scrapy

# PyBuilder
.pybuilder/
target/

# UV lock file for libraries (uncomment if this is a pure library)
# uv.lock
sandbox/

# Auto Claude data directory
.auto-claude/
