# Alcatrazer tool state - uid, marks, logs, python symlink, agent identity, config.
# Never mounted into Docker. The workspace lives in a separate directory.
.alcatrazer/

# Environment variables with secrets - never commit
.env

# Python
__pycache__/
*.pyc
.venv/
dist/
*.egg-info/

# Test artifacts (temporary dirs created during tests)
tests/**/promotion_temp_output/
tests/**/daemon_temp_output/
tests/**/python_resolution_temp/

# Conversation exports
*.txt
