first commit

This commit is contained in:
2025-12-08 13:45:59 +01:00
commit bd66424c2a
14 changed files with 1324 additions and 0 deletions
+87
View File
@@ -0,0 +1,87 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
*.egg-info/
dist/
build/
# Icon files (downloaded and converted)
icons/ICONS/
icons/*.zip
icons_converted/
# IDE
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
*.tmp
*.bak
.cache/
# ---> Ansible
*.retry
# Temporary files
temp/
temp/*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
# Logs
*.log
# Environment variables
.env
.env.local