diff options
Diffstat (limited to 'extension/examples/.gitignore')
-rw-r--r-- | extension/examples/.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extension/examples/.gitignore b/extension/examples/.gitignore new file mode 100644 index 00000000..3b28aa3f --- /dev/null +++ b/extension/examples/.gitignore @@ -0,0 +1,10 @@ +# ignore secrets, virtual environments and typical python compilation artifacts +secrets.toml +# ignore basic python artifacts +.env +**/__pycache__/ +**/*.py[cod] +**/*$py.class +# ignore duckdb +*.duckdb +*.wal
\ No newline at end of file |