/target
Cargo.lock
perpetual/__pycache__
.vscode/
.venv
resources/*
!resources/perp_logo.png
package-python/Cargo.lock
package-python/LICENSE
package-python/README.md
package-python/target
package-python/python/perpetual/__pycache__

# R package build artifacts
r-lib/
package-r/R_library/
package-r/src/rust/target/
package-r/src/*.o
package-r/src/*.so
package-r/src/*.a
package-r/src/*.dll
package-r/src/entrypoint.o

# Log files
*.log

# CSV and ZIP files
*.csv
*.zip
*.csv.gz

# Debug and temporary files
debug_*.R
check_symbols.R
path_check.txt
test_output.txt
test_output_ascii.txt
test_errors.txt
test_failure.txt
errors*.txt
profile.json*
typescript

# WSL build scripts (temporary)
wsl_*.sh

# Rust vendoring artifacts
package-r/src/v/
package-r/src/rust/core/
package-r/inst/v/
package-r/inst/c/

# Python cache
.ruff_cache/

# Pytest cache
.pytest_cache/

# Python wheel
*.whl
*.pyd
*.pyd.old
*.pyd.*

*.profraw
