mirror of
https://github.com/ihmily/StreamCap.git
synced 2026-05-06 21:51:36 +08:00
28 lines
345 B
Plaintext
28 lines
345 B
Plaintext
# Version Control
|
|
**/.git
|
|
|
|
# Development Configuration
|
|
**/.env*
|
|
**/docker-compose*.yml
|
|
**/Dockerfile*
|
|
|
|
# Documentation and Tests
|
|
**/docs
|
|
**/tests
|
|
**/*.md
|
|
|
|
# Build Artifacts and Cache
|
|
**/__pycache__
|
|
**/*.pyc
|
|
**/*.log
|
|
**/node_modules
|
|
**/venv
|
|
|
|
# IDE Files
|
|
**/.vscode
|
|
**/.idea
|
|
|
|
# Static Assets (Adjust as needed)
|
|
**/.iconset/
|
|
**/*.icns
|
|
assets/images |