mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
38 lines
350 B
Plaintext
38 lines
350 B
Plaintext
# Local work folder that is not checked in
|
|
_LOCAL/
|
|
|
|
# kleinanzeigen_bot
|
|
/config.yaml
|
|
/data
|
|
/*.log
|
|
kleinanzeigen_bot/version.py
|
|
|
|
# python
|
|
__pycache__
|
|
/build
|
|
/dist
|
|
/.eggs
|
|
/*.egg-info
|
|
|
|
# Eclipse
|
|
/.project
|
|
/.pydevproject
|
|
/.settings/
|
|
**/.*.md.html
|
|
|
|
# IntelliJ
|
|
/.idea
|
|
/*.iml
|
|
/*.ipr
|
|
/*.iws
|
|
|
|
# Visual Studio Code
|
|
/.vscode
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
# Vim
|
|
*.swo
|
|
*.swp
|