# Virtual Environment
.venv/
__pycache__/
*.pyc

# UV
.uv/

# Build artifacts
dist/
build/
*.egg-info/

# Environment variables
.env

# Output directories
test_output/
temp_txt/
temp_plots/