slovo/.gitignore
2026-05-22 08:38:43 +02:00

26 lines
282 B
Plaintext

# Rust
/target/
compiler/target/
# Build outputs
/out/
/build/
*.ll
!tests/*.ll
*.bc
*.o
*.s
# Benchmark and local runtime artifacts
benchmarks/**/build/
compiler/glagol-std-layout-local-fs-alpha.txt
__pycache__/
*.pyc
# Editor and OS files
.DS_Store
.vscode/
.idea/
*.swp
*.swo