# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app


#
.DS_Store


_pyb2d.cpython*
__pycache__/

# bld directory
bld/

# some testfonts
Minecraft.ttf

.pixi/
pixi.lock
build/
dist/

dependencies/
sandbox/


# jupyter notebook checkpoints
.ipynb_checkpoints/


# .vscode directory
.vscode/


# ignore benchmark directory
# (contains benchmark results and scripts)
benchmark/

# ignore custom scripts
run.sh
init.sh

.benchmarks/
.ruff_cache/
.pytest_cache/
.micromamba
]

# egg-info directories ALL OF THEM
**/*.egg-info/

# the notebooks atm
examples/notebooks/


# ignore the "output" directory for emscripten-forge builds
emscripten_forge/output/

# ignore the rendered recipe (ie where the template is replaced)
emscripten_forge/recipe/recipe.yaml

# ignore the variant file (we donwload it on the fly)
emscripten_forge/variant.yaml
