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

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing/CI
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
coverage.xml

# OS
.DS_Store
Thumbs.db

# Logs
*.log
firebase-debug.log

# Environment / secrets
.env
.env.*
!.env.example

# Temp
*.tmp
spectra-*/

# Rendered output
out/

# Stale directories
archive/
cortex-vault/
memory/
