Crypto Rug Muncher commited on
Commit
fc49e4d
·
1 Parent(s): 4295a74

chore: gitignore __pycache__ + .pytest_cache

Browse files
backend/.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ .pytest_cache/
backend/tests/integration/__pycache__/conftest.cpython-311-pytest-9.1.1.pyc DELETED
Binary file (9.83 kB)
 
backend/tests/integration/__pycache__/conftest.cpython-312-pytest-9.1.0.pyc DELETED
Binary file (6.83 kB)
 
backend/tests/integration/__pycache__/test_catalog_recipes.cpython-311-pytest-9.1.1.pyc DELETED
Binary file (16.9 kB)
 
backend/tests/integration/__pycache__/test_catalog_recipes.cpython-312-pytest-9.1.0.pyc DELETED
Binary file (16.8 kB)