# Rust build artifacts
/target/
factor_analysis_cli/target/
**/*.rs.bk
*.pdb

# Cargo
Cargo.lock

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Debug and profiling
perf.data*
*.profraw
*.profdata

# Temporary files
*.txt
!USAGE.md
!README.md
!PROJECT_SUMMARY.md
!CLAUDE.md

# Test and demo command files
demo_commands.txt
test_commands.txt

# Compiled binaries (optional - uncomment if you don't want to commit any binaries)
# /target/release/alpha101_polars

# Python package build artifacts
alpha101_pipeline/dist/
alpha101_pipeline/.omc/

# OMC state
.omc/

# Data and output (large files)
data/
output/
