puudot/.gitignore
Lauri Koskenniemi be4efa0fd2 First test version and data cleanup
Implemented code for the first test version.
Added Docker funtionality.

Define data location in compose and run:
	docker compose up

Removed test data from the repository.
2025-05-24 16:54:19 +03:00

38 lines
310 B
Plaintext

# 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/