24 lines
217 B
Plaintext
24 lines
217 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environment
|
|
env/
|
|
|
|
# Configuration
|
|
config/config.ini
|
|
config/mcp_config.json
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Streamlit
|
|
.streamlit/
|
|
|
|
# resources
|
|
resources/
|
|
|
|
# __pycache__/
|