# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.pytest_cache/
.coverage
htmlcov/
*.cover

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

# IDE
.vscode/
.idea/

# OS
*.DS_Store
Thumbs.db

# Project specific
test_dat*/
test_input_*/
**/output/
test_output/
*.tar.gz
**llm_cache/
**/analysis_output/

# Local secrets
.env.local

# Logs and temp files
*.log
*.tmp

# Packaging metadata
*.egg-info/
