mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
initial import
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user