commit 86f7d64f1b17e62fa98034c4458a43bcd41a66cb Author: zomborip Date: Tue Oct 7 08:20:10 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6709d9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# ---> VirtualEnv +# Virtualenv +# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ +.Python +[Bb]in +[Ii]nclude +[Ll]ib +[Ll]ib64 +[Ll]ocal +[Ss]cripts +pyvenv.cfg +.venv +pip-selfcheck.json + diff --git a/README.md b/README.md new file mode 100644 index 0000000..42f8609 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# DB + +Az adatbázis konfiguráció, ami tárolja a webalkalmazás adatait \ No newline at end of file