Update .gitignore

This commit is contained in:
laggykiller 2024-02-29 15:18:16 +08:00
parent 5e4c68e1a2
commit ba09486f00

5
.gitignore vendored
View file

@ -1,7 +1,8 @@
sqlcipher/sqlite3.h sqlcipher/sqlite3.h
build/* build/*
dist/* dist/*
sqlcipher3.egg-info/* sqlcipher3_wheels.egg-info/*
_sqlite*.so _sqlite*.so
conan_output/* conan_output/*
__pycache__ __pycache__
src/sqlcipher/*