mirror of
https://github.com/shadoll/redmine-mcp.git
synced 2026-08-28 19:43:13 +00:00
14 lines
139 B
Plaintext
14 lines
139 B
Plaintext
# Environment variables
|
|
.env
|
|
|
|
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|