initialize paraclub-ai-mailer project with core components and configuration
This commit is contained in:
commit
34c35c395f
11 changed files with 848 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Config file with sensitive information
|
||||
config.yaml
|
||||
|
||||
# Binary
|
||||
paraclub-ai-mailer
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# IDE specific files
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# OS specific files
|
||||
.DS_Store
|
||||
*~
|
||||
Loading…
Add table
Add a link
Reference in a new issue