# Compiled binary
buxc
buxc_lir
src/main

# Nim cache
nimcache/

# Test binaries
tests/lexer_test
tests/parser_test
tests/sema_test
tests/hir_test
tests/borrow_test
tests/test_generics_parse
tests/*.exe

# Build artifacts
build/
*.o

# Temporary directories
_test_tmp_pkg/
test_pkg/
examples_pkg/

# Temporary test directories
_test_*/

# Backup files
*.bak

# Log files
*.log
