diff --git a/.gitignore b/.gitignore index 95bed17..59d3585 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,4 @@ -# Dependencies -venv/ -env/ -ENV/ -.venv/ - -# Byte-compiled / optimized +# Python __pycache__/ *.py[cod] *$py.class @@ -14,143 +8,18 @@ build/ develop-eggs/ dist/ downloads/ -eggs/ .eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ +.nox/ +.env +.venv +env/ +venv/ +ENV/ *.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ .tox/ .coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -.hypothesis/ +.coveragerc .pytest_cache/ -.ruff_cache/ .mypy_cache/ - -# Translations -*.mo -*.pot - -# Django -*.log -local_settings.py -db.sqlite3 -db.sqlite3-journal - -# Flask -instance/ -.webassets-cache - -# Scrapy -.scrapy - -# Sphinx -docs/_build/ - -# PyBuilder -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# IPython -profile_default/ -ipython_config.py - -# pyenv -.python-version - -# pipenv -Pipfile.lock - -# celery -celerybeat-schedule -celerybeat.pid - -# SageMath -*.sagedata - -# Spyder -.project -.pyide_settings -.env - -# Rope -.ropeproject - -# mkdocs -/site - -# mypy -.dmypy.json -dmypy.json - -# Pyre -.pyre/ - -# macOS +.ruff_cache/ .DS_Store -.AppleDouble -.LSOverride - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Windows -Thumbs.db -Thumbs.db:encryptable -ehthumbs.db -Desktop.ini - -# Linux -*~ -.directory - -# IDEs -.vscode/ -.idea/ -*.swp -*.swo -*~ -.project -.classpath -.settings/ - -# Environment -.env -.env.local -*.local - -# Logs -*.log -logs/