Last change
on this file since 1714:dd97ab89a444 was
1714:dd97ab89a444,
checked in by Stefan Schwarzer <sschwarzer@…>, 2 years ago
|
Ignore Pytest cache and `egg-info` directory
|
File size:
725 bytes
|
Line | |
---|
1 | syntax: glob |
---|
2 | |
---|
3 | *.pyc |
---|
4 | *.pyo |
---|
5 | .cache |
---|
6 | |
---|
7 | # These are generated by docutils and so shouldn't be in the repository. |
---|
8 | doc/ftputil.html |
---|
9 | doc/whats_new_in_ftputil_3.0.html |
---|
10 | README.html |
---|
11 | |
---|
12 | # Temporary build directory used by distutils |
---|
13 | build/** |
---|
14 | |
---|
15 | # Target directory for package files |
---|
16 | dist/** |
---|
17 | |
---|
18 | # `MANIFEST` is generated from `MANIFEST.in`. |
---|
19 | MANIFEST |
---|
20 | |
---|
21 | # `tags` file generated by `exctags`. |
---|
22 | tags |
---|
23 | |
---|
24 | # Tox test directory |
---|
25 | .tox/** |
---|
26 | |
---|
27 | # Coverage report files. |
---|
28 | .coverage |
---|
29 | htmlcov/** |
---|
30 | |
---|
31 | # MyPy files |
---|
32 | .mypy_cache/** |
---|
33 | |
---|
34 | # Pytest cache |
---|
35 | .pytest_cache/** |
---|
36 | |
---|
37 | # Probably from `pip install -e .` |
---|
38 | ftputil.egg-info/** |
---|
39 | |
---|
40 | # Eclipse/PyDev project files. |
---|
41 | .project |
---|
42 | .pydevproject |
---|
43 | .settings/** |
---|
44 | |
---|
45 | # PyCharm project files. |
---|
46 | .idea/** |
---|
47 | |
---|
48 | # Not supposed to be under version control |
---|
49 | private/** |
---|
Note: See
TracBrowser
for help on using the repository browser.