repo.or.cz
/
mygpo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #822 from sim6/add_kasts_in_clients_documentation
[mygpo.git]
/
.gitignore
blob
025242989c54fd10a2b8faffeabfe7d3a8d754c3
1
*.pyc
2
media/*
3
logs/*
4
*.mo
5
mygpo/settings_prod.py
6
mygpo/MAINTENANCE_MODE
7
8
# API Docs
9
doc/_build
10
11
# vim swap files
12
*.swp
13
14
# static files copied by the collectstatic command
15
mygpo/staticfiles/
16
staticfiles/
17
18
# virtualenv
19
venv*
20
21
# test coverage
22
.coverage
23
24
# envdirs
25
envs
26
27
# Jupyter Notebooks
28
notebooks/
29
30
.cache
31
.pytest_cache
32
33
# Visual Studio Code files
34
.vscode