Skip to content

Commit

Permalink
Add initial project files and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zh4men9 committed Jan 23, 2025
0 parents commit d7245d3
Show file tree
Hide file tree
Showing 28 changed files with 3,024 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .cursorignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
ENV/
.env

# IDE
.idea/
.vscode/
*.swp
*.swo

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Logs
*.log
logs/

# Local development
.DS_Store
Thumbs.db

# Project specific
config.json
secrets.json
.env.local
.env.development.local
.env.test.local
.env.production.local

# Git
.git/
.gitignore
Loading

0 comments on commit d7245d3

Please sign in to comment.