1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
# .gitignore # Python *.py[oc] __pycache__/ *.egg-info .eggs/ .mypy_cache/* .pyre/ .pytest_cache/ .ruff_cache/ .dmypy.json # Databases *.db # Build artifacts build/ dist/ *.so out*/ *.pyi # Rust Cargo.lock target/