# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/
dist/
build/

# Environment & secrets
.env
.env.*
credentials*
secrets*

# Internal / not for release
_recycled/
_cognitive/
.cc_cortex_cache/

# Testing & linting caches
.pytest_cache/
.hypothesis/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Node
node_modules/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
*.log
