-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (34 loc) · 718 Bytes
/
.gitignore
File metadata and controls
45 lines (34 loc) · 718 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
# Byte-compiled / optimized / DLL files
__pycache__/
# Virtual environment
env/
.venv/
# Environment variables and secrets
.env
*.env
# IDE specific files
.vscode/
.idea/
*.swp
*.swo
# Node modules and logs
node_modules/
npm-debug.log
yarn-error.log
# Operating system generated files
.DS_Store
Thumbs.db
# Python bytecode
*.py[cod]
*$py.class
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Custom ignore files for specific scripts that are for personal use or tests
te*hee*.py
videogamefan*.py
# Ignore all files in a directory
**/ignore_directory/
# Ignore all folders in a directory
**/ignore_directory/**
# Ignore .txt files in the root directory
/*.txt