This commit is contained in:
Eden Kirin
2025-10-12 00:34:03 +02:00
commit e9360cbc08
7 changed files with 1011 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@ -0,0 +1,37 @@
# Binaries
stock-analyzer
*.exe
*.exe~
*.dll
*.so
*.dylib
# Go
*.test
*.out
go.sum
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker
.dockerignore
# Logs
*.log
# CSV files (user data)
*.csv
# Static build artifacts
static/
dist/
build/