# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.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

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

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

# PyPI credentials (CRITICAL - contains API tokens)
.pypirc

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Prometh Cortex specific
.rag_index/
*.faiss
.envrc
config.toml

# Temporary files
*.tmp
*.log
uv.*

# Local configuration and overrides
*.local

# Data directories (should be configured by user)
data/

# Prometh-Cortex system for incremental indexing.
.prometh_cortex_qdrant/

# Prometh Framework temporary files (keep PROMETH.md tracked)
.prometh-spec/
.prometh-build/
