# Python bytecode and cache directories
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.pytype/
.coverage
.coverage.*
htmlcov/

# Virtual environments
.venv/
venv/
env/
ENV/

# Build and packaging artifacts
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/

# Tooling and test environments
.tox/
.nox/
.hypothesis/
.claude/

# Local environment and secrets
.env
.env.*
!.env.example

# Editor and OS metadata
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
desktop.ini

# Logs and local scratch files
*.log
*.tmp
*.temp
.litlaunch/

# dev personal files
notes/
