puudot/.gitignore
Lauri Koskenniemi 9328fe3388 Data update and layer planning in Graph
Added blocks in data and introduced layers in Graph.
Layers not in use yet and other plans added in comments.
2025-05-25 18:55:33 +03:00

41 lines
347 B
Plaintext

# Additional test data
puudot-data/
# Python
__pycache__/
*.py[cod]
*$py.class
# Virtual Environment
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Logs
*.log
# Environment variables
.env
.env.local
.env.*.local
# Build output
build/
dist/
*.egg-info/