|
|
@@ -9,6 +9,14 @@
|
|
|
# pip requirements file
|
|
|
.requirements
|
|
|
|
|
|
+# Other generated build artifacts by generate_requirements.py
|
|
|
+desktop/core/requirements-arm64-*.txt
|
|
|
+desktop/core/requirements-aarch64-*.txt
|
|
|
+desktop/core/requirements-x86_64-*.txt
|
|
|
+
|
|
|
+# Python version file
|
|
|
+.python-version
|
|
|
+
|
|
|
# Python compiled files
|
|
|
*.pyc
|
|
|
*.pyo
|
|
|
@@ -32,6 +40,13 @@ metastore_db
|
|
|
VERSION_INFO
|
|
|
npm_dist
|
|
|
|
|
|
+# Build marker files generated by Makefile
|
|
|
+.npm-install-lock
|
|
|
+desktop/core/ext-env-pip-install
|
|
|
+
|
|
|
+# Python version-specific directories
|
|
|
+desktop/core/3.*/
|
|
|
+
|
|
|
# Generated configuration
|
|
|
desktop/conf/*.ini
|
|
|
|