bissell-wrike-python/.gitignore
Dave Porter 06c472c748 Merge .gitignore files
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 12:53:20 -04:00

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