mirror of
https://github.com/aserper/masto-rss.git
synced 2025-12-16 21:05:26 +00:00
24 lines
255 B
Plaintext
24 lines
255 B
Plaintext
# Git-related files
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker-related files
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Python-specific files and directories
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# IDE / Editor-specific directories
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Documentation
|
|
README.md
|