pyWebLayout/.gitignore
Duncan Tourolle 993095caf9
Some checks failed
Python CI / test (push) Failing after 6m22s
Update repo
2025-11-04 19:25:44 +01:00

48 lines
479 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*/__pycache__
# Distribution / packaging
dist/
build/
*.egg-info/
# Environment
venv/
env/
.env/
.venv/
# Tests
.pytest_cache/
.coverage
htmlcov/
# IDE files
.idea/
.vscode/
*.swp
*.swo
# Project specific
*.png
*.jpg
*.jpeg
*.gif
*.svg
# Output directories
output/
my_output/
test_output/
*_output/
examples/output/
# Generated data
ereader_bookmarks/
positions/
# Debug scripts output
debug_*.png