docker setup

This commit is contained in:
Srinadh kesineni
2025-05-11 10:03:25 +05:30
parent 89318369ad
commit 3a01ebf92e
3 changed files with 44 additions and 1 deletions
+32
View File
@@ -0,0 +1,32 @@
# Byte-compiled / cache files
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Virtual environments
venv/
env/
.venv/
.env/
# Distribution / packaging
*.egg-info/
build/
dist/
# Git and other VCS
.git/
.gitignore
# Editor files
*.swp
*.swo
*.bak
*.tmp
.DS_Store
.idea/
.vscode/
# Secrets (if youre using .env for API keys etc.)
.env