Files
esc/.gitignore
2026-06-06 19:00:56 +02:00

56 lines
449 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
# Virtual environments
.venv/
venv/
env/
# uv
.uv/
# pytest
.pytest_cache/
.cache/
# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml
# mypy / pyright
.mypy_cache/
.pyright/
pyrightconfig.json
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
# macOS
.DS_Store
# Distribution / packaging
*.tar.gz
*.whl