Files
TG_autoposter/.gitignore
2025-12-18 05:55:32 +09:00

98 lines
823 B
Plaintext

# Переменные окружения
.env
.env.local
.env.*.local
.venv/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.history
.project
.pydevproject
# Database
*.db
*.sqlite
*.sqlite3
autoposter.db
# Logs
logs/
*.log
*.log.*
coverage/
# OS specific
Thumbs.db
# Testing
.pytest_cache/
.coverage
htmlcov/
# Temporary files
*.tmp
*.temp
temp/
tmp/
dist/
build/
*.egg-info/
.ipynb_checkpoints/
.envrc
*.sqlite3
*.db
*.sqlite
*.bak
*.swp
*.tmp
*.out
*.class
*.jar
*.war
*.iml
*.suo
*.user
*.ncb
*.opendb
*.VC.db
*.pdb
*.lib