Add .gitignore and remove virtual environment from tracking

This commit is contained in:
Iyeoluwa Akinrinola
2025-07-25 11:33:53 +01:00
parent adfb625ae9
commit 34bb26d8dd
6288 changed files with 62 additions and 2879997 deletions
+62
View File
@@ -0,0 +1,62 @@
# Virtual Environment
venv/
env/
ENV/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Database
*.db
*.sqlite
*.sqlite3
# Temporary files
*.tmp
*.temp