Files
matthias f231535f8e
CI/CD Pipeline / Lint & Check (push) Successful in 10s
CI/CD Pipeline / Publish to PyPI (push) Has been skipped
CI/CD Pipeline / Build & Push Docker Image (push) Successful in 1m32s
chore: ignore test.html in version control
2026-05-30 13:21:39 +02:00

32 lines
378 B
Plaintext

# Environment variables (CRITICAL: DO NOT COMMIT SECRETS)
.env
# Virtual environments
.venv/
venv/
env/
# Python caches and compiled files
__pycache__/
*.py[cod]
*$py.class
*.so
# Ruff / Linting
.ruff_cache/
# Build and distribution directories
dist/
build/
*.egg-info/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
test.html