first commit
Files in folders are test
This commit is contained in:
+35
@@ -0,0 +1,35 @@
|
|||||||
|
# Byte-code files
|
||||||
|
*.pyc
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
# Virtual environment
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
env/
|
||||||
|
|
||||||
|
# Editor/IDE specific files
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp # Vim swap files
|
||||||
|
|
||||||
|
# Operating System files
|
||||||
|
.DS_Store # macOS specific
|
||||||
|
Thumbs.db # Windows specific
|
||||||
|
|
||||||
|
# Test and build related files
|
||||||
|
.pytest_cache/
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Data files (if not intended for version control)
|
||||||
|
*.csv
|
||||||
|
*.json
|
||||||
|
*.sqlite3
|
||||||
|
|
||||||
|
# User-specific configuration (if not intended for sharing)
|
||||||
|
config.ini
|
||||||
|
.env
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
flask==3.1.2
|
||||||
Reference in New Issue
Block a user