File size: 459 Bytes
f360066
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# PyCharm project files
.idea

# Virtual Environment folders
venv/
.env
.env.local

Log files
logs/

Instance folder for Flask application
instance/

SQLite database file
*.sqlite3

Byte-compiled / optimized / DLL files
pycache/
*.py[cod]
*$py.class

Cache files for some modules
*.js.map
*.css.map

Coverage reports
htmlcov/
.coverage

Distribution / packaging files
dist/
build/
develop-eggs/
. egg-info/

Local settings (development only)
local_settings.py