Compare commits

...

1 commit
main ... study

Author SHA1 Message Date
Rafael Caricio 5f4fc94fef
Add gitignore file 2023-01-28 21:39:50 +01:00

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
*.egg
*.egg-info
*.psql
*.pyc
*.sqlite3
.DS_Store
.idea/*
.venv
.vscode
/*.env*
/build
/cache/
/docs/_build
/media/
/static-collected
__pycache__/
api-test.*
fly.toml