Files
2025-01-26 14:46:50 +00:00

106 lines
962 B
Plaintext

# ===== Python =====
# 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
# Virtual Environment
venv/
env/
ENV/
.env
.venv/
# IDEs and Editors
.idea/
.vscode/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs and databases
*.log
*.sqlite
*.db
# Coverage and testing
.coverage
htmlcov/
.tox/
.pytest_cache/
coverage.xml
*.cover
# Documentation
docs/_build/
# ===== JavaScript =====
# Node modules
node_modules/
# Optional npm cache
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn
.yarn/
.yarn-integrity
# dotenv environment variables
.env
.env.test
.env.production
# Build output
dist/
build/
# Logs
logs/
# VS Code
.vscode/
# IntelliJ/WebStorm
.idea/
# Jest coverage
coverage/