source: OpenWorkouts-current/.gitignore @ 7388b68

currentfeature/docs
Last change on this file since 7388b68 was 7388b68, checked in by Borja Lopez <borja@…>, 5 years ago

Added .gitignore file

  • Property mode set to 100644
File size: 502 bytes
Line 
1# Byte-compiled / optimized / DLL files
2__pycache__/
3*.py[cod]
4*$py.class
5
6# Distribution / packaging
7.Python
8*.egg-info/
9.installed.cfg
10*.egg
11MANIFEST
12
13# Unit test / coverage reports
14htmlcov/
15.tox/
16.nox/
17.coverage
18.coverage.*
19.cache
20nosetests.xml
21coverage.xml
22*.cover
23.hypothesis/
24.pytest_cache/
25
26# Translations
27*.mo
28*.pot
29
30# Environments
31.env
32.venv
33env/
34venv/
35
36# ZODB databases
37var/db/Data.*
38var/db/blobs
39var/zeo/Data.*
40var/db/blobs
41
42# JS static external components and libraries
43ow/static/components
Note: See TracBrowser for help on using the repository browser.