56 lines
611 B
Plaintext
56 lines
611 B
Plaintext
# Rust build artifacts
|
|
/target/
|
|
wasm/target/
|
|
|
|
# Compiled Python extension
|
|
*.so
|
|
*.pyd
|
|
*.dll
|
|
|
|
# macOS dSYM debug symbols (generated by maturin develop)
|
|
*.dSYM/
|
|
|
|
#
|
|
/plans/
|
|
|
|
# Maturin / wheel build outputs
|
|
dist/
|
|
*.egg-info/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Issue tracker
|
|
/myissues/
|
|
|
|
# WASM build output
|
|
wasm/pkg/
|
|
wasm/pkg-web/
|
|
wasm/node/
|
|
wasm/web/
|
|
benchmark_vs_talib.json
|
|
wasm_benchmark.json
|
|
.wasm_benchmark.prepush.json
|
|
.coverage
|
|
.coverage.*
|
|
coverage.xml
|
|
.hypothesis/
|
|
|
|
/docs/_build/
|
|
|
|
|
|
# DS Store in all directories
|
|
.DS_Store
|
|
*.DS_Store
|