diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4555107 --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +# Byte-code files +*.pyc +*.pyo +__pycache__ +.pytest_cache/ + +# Distribution / packaging +.Python +build/ +dist/ +*.egg-info/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Editors +.vscode/ +.idea/ + +# Logs and temporary files +*.log +*.tmp +/tmp/ + +# OS generated files +.DS_Store +.Trashes +Thumbs.db + +# Specific to this project (from the test output) +/tmp/testlogs/ \ No newline at end of file