mirror of
https://github.com/manifoldbt/manifoldbt.git
synced 2026-08-24 22:48:05 +00:00
Python DSL, examples, docs, benchmarks, and tests. Rust engine distributed as pre-compiled wheel via PyPI.
33 lines
242 B
Plaintext
33 lines
242 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.so
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv/
|
|
*.whl
|
|
|
|
# Compiled Rust artifacts
|
|
*.pdb
|
|
target/
|
|
|
|
# Data (not distributed)
|
|
data/
|
|
output/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Secrets
|
|
*.key
|
|
.env
|
|
.env.*
|