-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (36 loc) · 946 Bytes
/
.gitignore
File metadata and controls
45 lines (36 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# ----------------------------------------------------------------------
# GitHub Pages / Documentation Build Ignore List
# ----------------------------------------------------------------------
# 1. MkDocs Build Output
# MkDocs builds the static HTML site into a directory named 'site' by default.
# This should never be committed.
site/
# 2. Jekyll/GitHub Pages Build Output (if used)
# Jekyll compiles the site into this folder.
_site/
# 3. Python Virtual Environments (venv)
# Python environment folders (always ignore)
venv/
.venv/
# 4. Python Bytecode and Artifacts
# Compiled Python files (pyc)
__pycache__/
*.py[cod]
# 5. Packaging and Distribution
# Ignore distribution-related files and folders
dist/
build/
*.egg-info/
.tox/
# 6. Operating System and Editor Files
# Ignore common OS files
.DS_Store
Thumbs.db
# 7. Common Editor/IDE files
# Visual Studio Code
.vscode/
# PyCharm/IntelliJ
.idea/
# Vim swap/backup files
*~
*.swp