summary refs log blame commit diff
path: root/.gitignore
blob: af36c00cfaa62f27024b11d6c17238d8b38e01e5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                   
  

      
     
          
      
      
     
             
    
 
                                                             


             
                
              
                 
     
             
        





                
             
             





                    
# filename patterns
*~
.*.swp
.#*
*.deb
*.egg
*.egg-info
*.lock
*.pyc
*.snap
*.tac
_trial_temp/
_trial_temp*/
/out

# stuff that is likely to exist when you run a server locally
/*.db
/*.log
/*.log.config
/*.pid
/.python-version
/*.signing.key
/env/
/homeserver*.yaml
/logs
/media_store/
/uploads

# IDEs
/.idea/
/.ropeproject/
/.vscode/

# build products
!/.coveragerc
/.coverage*
/.mypy_cache/
/.tox
/build/
/coverage.*
/dist/
/docs/build/
/htmlcov
/pip-wheel-metadata/