maturaarbeit/.gitignore
2026-02-23 16:39:54 +01:00

49 lines
410 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environments
venv/
ENV/
env/
.venv
*.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Mise
.mise
.mise.local
.mise.local.toml
# Project specific
.env.local
*.log