blob: 154780c1fecd8db070dea4c9c536da4479512dfd [file] [log] [blame]
Marc Kupietz04784b92025-05-04 13:38:12 +02001# Python virtual environments
2venv/
3env/
4.env/
5pyenv/
6.pyenv/
7.venv/
8ENV/
9
10# Python bytecode
11__pycache__/
12*.py[cod]
13*$py.class
14
15# Distribution / packaging
16dist/
17build/
18*.egg-info/
19
20# Coverage reports
21htmlcov/
22.coverage
23.coverage.*
24coverage.xml
25*.cover
26
27# IDE files
28.idea/
29.vscode/
30*.swp
31*.swo
32
33# OS generated files
34.DS_Store