# Rust
target/
**/*.rs.bk

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

# OS
.DS_Store
Thumbs.db
*.orig

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

# Data files (test artifacts)
*.adat
*.tmp

# LaTeX build artifacts
paper/**/*.aux
paper/**/*.bbl
paper/**/*.blg
paper/**/*.fdb_latexmk
paper/**/*.fls
paper/**/*.log
paper/**/*.out
paper/**/*.synctex.gz

# Environment / secrets
.env
*.key

# Internal planning (not published)
planning-docs/
