From c86bf61d9f8693f072b6150169fe2f10903e49ee Mon Sep 17 00:00:00 2001 From: kasium <15907922+kasium@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:38:50 +0200 Subject: [PATCH] Cleanup gitignore file (#115) --- .gitignore | 93 +----------------------------------------------------- 1 file changed, 1 insertion(+), 92 deletions(-) diff --git a/.gitignore b/.gitignore index d5dd2e7..b80f076 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,9 @@ -# Created by http://www.gitignore.io - -#!! ERROR: Python is undefined. Use list command to see defined gitignore types !!# - ### Python ### -# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] - -# C extensions *.so - -# Distribution / packaging +venv/ .Python -env/ build/ develop-eggs/ dist/ @@ -24,128 +15,46 @@ var/ *.egg-info/ .installed.cfg *.egg - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports htmlcov/ -.tox/ -.nox/ .coverage .cache -nosetests.xml coverage.xml - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# Test configuration (e.g. login data of HANA systems) pytest.ini ### Linux ### *~ - -# KDE directory preferences .directory - ### OSX ### .DS_Store .AppleDouble .LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear on external disk .Spotlight-V100 .Trashes - -# Directories potentially created on remote AFP share .AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk - ### Windows ### -# Windows image file caches Thumbs.db ehthumbs.db - -# Folder config file Desktop.ini - -# Recycle Bin used on file shares $RECYCLE.BIN/ -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - - ### PyCharm ### -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm - -## Directory-based project format .idea/ -# if you remove the above rule, at least ignore user-specific stuff: -# .idea/workspace.xml -# .idea/tasks.xml -# and these sensitive or high-churn files: -# .idea/dataSources.ids -# .idea/dataSources.xml -# .idea/sqlDataSources.xml -# .idea/dynamic.xml - -## File-based project format *.ipr *.iml *.iws - -## Additional for IntelliJ out/ - -# generated by mpeltonen/sbt-idea plugin .idea_modules/ -# generated by JIRA plugin -atlassian-ide-plugin.xml - -# generated by Crashlytics plugin (for Android Studio and Intellij) -com_crashlytics_export_strings.xml - - ### SublimeText ### -# workspace files are user-specific *.sublime-workspace - -# project files should be checked into the repository, unless a significant -# proportion of contributors will probably not be using SublimeText -# *.sublime-project - -#sftp configuration file sftp-config.json -# venv -venv/ - ### VisualStudioCode ### .vscode/* *.code-workspace