File size: 399 Bytes
51a7f02
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Logs and databases
*.log
*.sqlite3
*.db

# Testing directories
/.pytest_cache/
/nose-timer-master/

# Environment and compiled files
.env
.env.local
.env.*.local
*.pyc
*.swp
*.bak

# IDE files
.vscode/
.idea/
*.iml

# Distribution / packaging
/dist/
/build/
*.egg-info/

# Project specific
/config.yml
/instance/
/static/