57 lines
525 B
Text
57 lines
525 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
bissell-wrike/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
target/
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project specific
|
|
json_files/*.json
|
|
json_files/Processed/*.json
|
|
*.log
|
|
|
|
# Keep directory structure
|
|
!json_files/.gitkeep
|
|
!json_files/Processed/.gitkeep
|
|
|
|
# Sensitive
|
|
*.env
|
|
.env
|
|
credentials.json
|
|
|
|
# Compiled Java class files
|
|
*.class
|
|
|
|
# Package files
|
|
*.jar
|
|
|
|
# Applications
|
|
*.app
|
|
*.exe
|
|
*.war
|
|
|
|
# Large media files
|
|
*.mp4
|
|
*.tiff
|
|
*.avi
|
|
*.flv
|
|
*.mov
|
|
*.wmv
|