Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Aug 6, 2024
1 parent 4db2ff6 commit 387c263
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
*ffindex
.vspreview

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand All @@ -17,12 +14,12 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
Expand Down Expand Up @@ -52,7 +49,6 @@ coverage.xml
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
Expand All @@ -73,9 +69,10 @@ instance/

# Sphinx documentation
docs/_build/
docs/make.bat
docs/Makefile

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
Expand All @@ -86,9 +83,7 @@ profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
Expand All @@ -97,12 +92,8 @@ ipython_config.py
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
# celery beat schedule file
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py
Expand Down Expand Up @@ -134,8 +125,15 @@ dmypy.json
# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/
# vscode folder
.vscode

# vsjet folder
.vsjet/

# Index files
*.ffindex
*.lwi

# Cython debug symbols
cython_debug/
# Video test file
*.mkv

0 comments on commit 387c263

Please sign in to comment.