summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f4f8ed89c9e406439af6efff43c092fa26ce24c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# SQLite Database
*.sqlite

# Node Modules
node_modules/