File: .gitignore

package info (click to toggle)
lazy-loader 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 296; sh: 9; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*~
# Byte-compiled / optimized / DLL files
**/__pycache__
*.py[cod]

# Distribution / packaging
dist/
build/
lazy_loader.egg-info/

# Unit test / coverage reports
.pytest_cache/

# General
.DS_Store

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IntelliJ project files
.idea

# Spyder project settings
.spyderproject
.spyproject