-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (25 loc) · 714 Bytes
/
.gitignore
File metadata and controls
34 lines (25 loc) · 714 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
# --- MkDocs ---
# This is the most important one! It's the folder where MkDocs builds your final website.
# You should only ever commit the source files, not the built site.
site/
# --- Python ---
# Python virtual environment folders.
# If you ever create a virtual environment, its name will be ignored.
venv/
.venv/
env/
.env/
# Python cache files and artifacts.
# These are temporary files Python creates to run faster.
__pycache__/
*.pyc
# --- macOS ---
# Hidden system files created by macOS Finder.
.DS_Store
# --- VS Code ---
# This folder stores your personal workspace settings.
.vscode/
# --- Sensitive Files ---
# A common name for a file holding secret keys.
# Never commit your secrets!
.env