]> git.datanom.net - lensdatabase.git/blob - .gitignore
update .gitignore and add setup tools
[lensdatabase.git] / .gitignore
1 .eric6project/
2 .eric7project/
3 .ropeproject/
4 .jedi/
5 .directory/
6 *.pyc
7 *.pyo
8 *.orig
9 *.bak
10 *.rej
11 *~
12 cur/
13 tmp/
14 __pycache__/
15 __pypackages__
16 *.DS_Store
17 .pytest_cache/
18 venv/
19 .venv/
20 env/
21 .env/
22 *.epj
23 *.db
24 Lensdatabase.egg-info/
25 dist/
26
27
This page took 0.059628 seconds and 6 git commands to generate.