# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Build and packaging
build/
dist/
*.egg-info/

# Editor and OS files
.idea/
.vscode/
.DS_Store

# Logs and local configuration
logs/
*.log
.env
.env.*

# code_analysis service artifacts
old_code/
backups/
versions/
trash/
*.tree
*.tree.*
.cst/
.trees/
/.terminals/
/.mcp_terminal/
