15 lines
216 B
Text
15 lines
216 B
Text
# Build artifacts
|
|
python/dist/
|
|
python/build/
|
|
python/*.egg-info/
|
|
python/.ruff_cache/
|
|
typescript/dist/
|
|
typescript/node_modules/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Generated code is tracked in git to see API changes
|