16 lines
198 B
Plaintext
16 lines
198 B
Plaintext
# Ignore Python virtual environment
|
|
venv/
|
|
|
|
# Ignore Python cache files
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Ignore IDE/editor-specific files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Ignore local development files
|
|
.DS_Store
|