Skip to content

Commit

Permalink
Improve gitignore for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
ndem0 committed Oct 22, 2024
1 parent efa4e89 commit a746249
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,40 @@
# mac file systems
.DS_Store

# compiled python codes
*.pyc
*egg-info/**
dist/**
# 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

.idea/**

# Tutorial
**/\.ipynb_checkpoints/**
**/SegTrackv2.zip
**/SegTrackv2/**
build/**
dist/**

# Vscode
.vscode/**
Expand All @@ -23,3 +45,6 @@ venv*/**

# Pyenv
.python-version

# Sphinx
docs/build

0 comments on commit a746249

Please sign in to comment.