Blame view

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

9a630b01   Goutte   Add the VISITS co...
4
# Local files
a4a9ef03   Goutte   Cache generated C...
5
cache/*
a4a9ef03   Goutte   Cache generated C...
6

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

# Jetbrains
.idea/*

# Apple
.DS_Store

# Python
*.pyc
venv/*