diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca942d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +__pycache__/ +*.pyc +*.pyo +*.pyd +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg +venv/ +ENV/ +.env +.venv +wwwroot/wwwroot +mysql.ddl.sql \ No newline at end of file