diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..abf174d05b187a9c365e34e176ef2cc7a03c8913 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,45 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +build/ +dist/ +*.egg-info/ + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Virtual environments +venv/ +.env +.venv/ + +# PyInstaller +*.manifest +*.spec + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +coverage.xml +.cache +.pytest_cache/ + +# Sphinx documentation +docs/_build/ + +# Editor / OS junk +.DS_Store +Thumbs.db +.idea/ +.vscode/ +*.swp +*.swo \ No newline at end of file