# Dependencies
node_modules/

# Build outputs
dist/
build/
site/
*.log
.codeatlas/
.venv/
venv/

# Python bytecode
__pycache__/
*.pyc
*.pyo

# Testing and coverage
coverage/
htmlcov/
.coverage
.coverage.*
logs/runtime/*
!logs/runtime/.gitkeep
server_log.txt
test_out.txt
