Skip to content

Commit

Permalink
Update for python
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-soch committed Apr 2, 2024
1 parent e573ef8 commit 41c5116
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,49 @@ TSWLatexianTemp*
# DS_Store file from Mac computers
.DS_Store
.vscode/ltex.dictionary.en-US.txt

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Translations
*.mo
*.pot

# PyBuilder
.pybuilder/
target/

0 comments on commit 41c5116

Please sign in to comment.