diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77b2c01 --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +build/ +dist/ +*.egg-info/ +*.egg + +# Virtual environments +venv/ +env/ +.venv/ + +# IDE +.vscode/ +.idea/ + +# OS +.DS_Store +Thumbs.db + +# Testing +.pytest_cache/ +.coverage +htmlcov/ + +# mypy +.mypy_cache/ + +# Python environments +.env +.venv +venv/ +ENV/ + +# Project-specific +*.pyc +*.pyo +*.so +.Python +*.log