This repository has been archived on 2025-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
Files
lan-web/.gitignore
2025-09-16 09:25:23 +02:00

28 lines
290 B
Plaintext

# environment variables
.env
# virtual environment
.venv/
# python excludes
__pycache__/
__pypackages__/
*.py[cod]
*$py.class
*.pyo
*.pyd
# distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
# cache
cache/
# github
.github/instructions/