rsconstruct 0.9.70

Rust based fast build system
# generated
/toolchain/
/dist/
/out/
/debug/
/download/
*.out
/.mypy_cache/
/.ruff_cache/
/.rumdl_cache/

# folders to git ignore
/*.gi
/gi/

# gems
/gems/

# hive
derby.log
dfs/
metastore_db/

# c, c++ stuff
*.o
*.so
*.a
*.dis
/Makefile.bak
*.o.ur-safe
*.oo
*.elf
*.dep
/core.*
lib*.so.*
*.gch
*.pchi
*.gcda
*.map
*.bin

# kernel stuff
*.ko
# *.mod
*.mod.c
*.mod.cmd
.*.o.cmd
.*.ko.cmd
.*.o.tmp
.*.o.d
.tmp_versions
Module.symvers
modules.order
*.objdump
/src/kernel/.*.tmp
.modules.*.cmd
.Module.*.cmd
/flags.cfg
# device tree binary files and binary overlay files
*.dtb
*.dtbo

# sphinx
/docs/_build/
/docs/.doctrees/environment.pickle

# mdBook build output
/docs/book/

# installations
/external/
/install/
*.tar.gz

# python
__pycache__/
*.py[oc]
/wheel/
/.venv/
.coverage
.coverage.*
coverage.xml
*.egg-info/

# mine
# error files left by the bashy prompt plugins (.uv.sync.errors,
# .pydmt.build.errors, ...); unanchored because a sub-project's
# pyproject root can sit below the git root
.*.errors
/.pydmt/
*.stamp
*.stamp.*

# java
*.class
*.jar
*.war
*.ear
*.jsa
/.mtj.tmp/
/hs_err_pid*

# node modules
node_modules/

# ppt, pdf
/doc/odp/*.pdf
/doc/odp/*.ppt

# intel compiler pgo
*.dyn
*.dpi
# *.lock

# dwarf dynamic debug info
*.dwo

# locks by open office
.~lock.*

# haskell
*.hi

# clojure
.cpcache/

# repositries of deb packages
/deb/mypackage/DEBIAN/control

# generic
*.log
*.swp

# scons
.sconsign.dblite

# DS_Store
.DS_Store

# Java stuff
.gradle/
target/
build/

# Jupyter notebooks
.ipynb_checkpoints/

# c#
**/obj/
**/bin/
[Oo]bj/
[Bb]in/

# flash/air
*.swf
*.air
*.apk
*.ipa
bin-debug/
bin-release/

# vscode
.vscode/

# qemu
*.qcow2
*.iso

# jetbrains and eclipse
.cache
.settings
.settings/
.classpath
.project
.project.xml
.idea/
build.properties

# spark
spark-warehouse/

# terraform
.terraform*
/.terraform/
terraform.tfstate
terraform.tfstate.backup
/terraform.lock.hcl

# scala
project/

# rust
**/*.rs.bk
**/mutants.out*/
*.pdb
debug
/.rsconstruct_cache.json

# claude
/.claude/
/claude/
.claude/projects/
.claude/settings.local.json

# static sites
/_site/
/public/
/media/
/static/build_info.toml
/static/shared-themes/
/build_info.json

# manim
/.manim_scratch/

# terms
/terms.ambiguous/
/terms.single_meaning/

# stm32 demos
/STM32CubeWL/
/exercises/*/*/.obj/
/exercises/*/*/app*.elf
/exercises/*/*/app*.map
/exercises/*/*/firmware*.bin
/exercises/common/.hal_obj_cm0/
/exercises/common/.hal_obj_cm4/
/exercises/common/.rsc_hal_obj_cm0/
/exercises/common/.rsc_hal_obj_cm4/
/exercises/common/libhal_cm0.a
/exercises/common/libhal_cm4.a
/exercises/common/libhal_rsc_cm0.a
/exercises/common/libhal_rsc_cm4.a

# secrets
creds.txt

# rsconstruct
/.rsconstruct/