Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
anni57779821988 authored Jun 13, 2023
1 parent 626df65 commit 2604ca0
Showing 1 changed file with 16 additions and 54 deletions.
70 changes: 16 additions & 54 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ __pycache__/
# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/

lib64/
parts/
sdist/
Expand Down Expand Up @@ -81,52 +73,22 @@ target/
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
# Pipfile.lock

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

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Targets Windows & Unix temporary files
~$*
*~

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Sublime Files
.sublime

# JetBrains IDEs configuration
.idea/
Expand Down

0 comments on commit 2604ca0

Please sign in to comment.