]> git.datanom.net - lensdatabase.git/blob - .gitignore
1f60007074e9fc854481e152e37740389125f7cf
[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
This page took 0.062487 seconds and 4 git commands to generate.