# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.venv

# Environment
.env

# Corpus (user data, never committed)
corpus/

# Test output
test_output/

# Rust (removed, prevent accidents)
target/
Cargo.lock
*.rs.bk

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*~