slovo/.gitignore
2026-05-22 12:53:11 +02:00

27 lines
293 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
**/.slovo/
__pycache__/
*.pyc
# Editor and OS files
.DS_Store
.vscode/
.idea/
*.swp
*.swo