Add gitignore file

This commit is contained in:
Rafael Caricio 2023-01-28 21:39:50 +01:00
parent dc3f6329b2
commit 5f4fc94fef
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947

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