SSCHAcode / python-sscha

The python implementation of the Stochastic Self-Consistent Harmonic Approximation (SSCHA).
GNU General Public License v3.0
55 stars 21 forks source link

Add the `.gitignore` file #133

Closed bastonero closed 1 year ago

bastonero commented 1 year ago

"A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected." (see e.g. here)

This allows for better development conditions when lots of files, that are not required on the repository, are generated within the source code. This makes easier the usage of editors, like VSCode.