Bird_Classification / gitignore.txt
brxerq's picture
Upload 3 files
28d3614
raw
history blame contribute delete
323 Bytes
# Virtual Environments
venv/
env/
# Compiled Python files
__pycache__/
*.pyc
# Dependencies
*.egg-info/
dist/
build/
# Editor and IDE Files
.vscode/
.idea/
.DS_Store
# Log Files
*.log
# Generated or Compiled Files
*.class
*.jar
# Node.js/JavaScript
node_modules/
# User-Specific or Environment Files
.env
.env.local