Blame view

.gitignore 151 Bytes
0c45380b   Goutte   Add the gitignore...
1
2
3
# Local configuration
secret.yml

a4a9ef03   Goutte   Cache generated C...
4
5
6
7
# Local databases
cache/*
VISITS

0c45380b   Goutte   Add the gitignore...
8
9
10
11
12
13
14
15
16
17
18
19
# Dolphin
.directory

# Jetbrains
.idea/*

# Apple
.DS_Store

# Python
*.pyc
venv/*