Add .gitignore to exclude common files and directories
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Python bytecode
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Virtual environment
|
||||
venv/
|
||||
env/
|
||||
|
||||
# OS-specific files
|
||||
.DS_Store
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Build artifacts
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Caches
|
||||
.pre-commit-cache/
|
||||
.pytest_cache/
|
||||
Reference in New Issue
Block a user