diff --git a/.gitignore b/.gitignore index 364d634..7a5a7b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ sqlcipher/sqlite3.h build/* dist/* -sqlcipher3.egg-info/* +sqlcipher3_wheels.egg-info/* _sqlite*.so conan_output/* -__pycache__ \ No newline at end of file +__pycache__ +src/sqlcipher/* \ No newline at end of file